Searched refs:secctx (Results 1 – 2 of 2) sorted by relevance
668 int set_security_override_from_ctx(struct cred *new, const char *secctx) in set_security_override_from_ctx() argument673 ret = security_secctx_to_secid(secctx, strlen(secctx), &secid); in set_security_override_from_ctx()
2062 char *secctx; in audit_log_secctx() local2064 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()