Home
last modified time | relevance | path

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

/kernel/
Dcred.c668 int set_security_override_from_ctx(struct cred *new, const char *secctx) in set_security_override_from_ctx() argument
673 ret = security_secctx_to_secid(secctx, strlen(secctx), &secid); in set_security_override_from_ctx()
Daudit.c2062 char *secctx; in audit_log_secctx() local
2064 if (security_secid_to_secctx(secid, &secctx, &len)) { in audit_log_secctx()
2067 audit_log_format(ab, " obj=%s", secctx); in audit_log_secctx()
2068 security_release_secctx(secctx, len); in audit_log_secctx()