Home
last modified time | relevance | path

Searched refs:secctx (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/netfilter/
H A Dxt_SECMARK.c47 info->secctx[SECMARK_SECCTX_MAX - 1] = '\0'; in checkentry_lsm()
50 err = security_secctx_to_secid(info->secctx, strlen(info->secctx), in checkentry_lsm()
55 info->secctx); in checkentry_lsm()
61 info->secctx); in checkentry_lsm()
126 memcpy(newinfo.secctx, info->secctx, SECMARK_SECCTX_MAX); in secmark_tg_check_v0()
/linux-6.15/include/uapi/linux/netfilter/
H A Dxt_SECMARK.h20 char secctx[SECMARK_SECCTX_MAX]; member
25 char secctx[SECMARK_SECCTX_MAX]; member
/linux-6.15/Documentation/netlink/specs/
H A Dconntrack.yaml343 name: secctx-attrs
346 name: secctx-name
445 name: secctx
447 nested-attributes: secctx-attrs
587 - secctx
620 - secctx
/linux-6.15/kernel/
H A Dcred.c654 int set_security_override_from_ctx(struct cred *new, const char *secctx) in set_security_override_from_ctx() argument
659 ret = security_secctx_to_secid(secctx, strlen(secctx), &secid); in set_security_override_from_ctx()
/linux-6.15/include/uapi/linux/android/
H A Dbinder.h338 binder_uintptr_t secctx; member
/linux-6.15/drivers/android/
H A Dbinder.c5027 tr.secctx = t->security_ctx; in binder_thread_read()