Home
last modified time | relevance | path

Searched refs:AA_MAY_ONEXEC (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/security/apparmor/
Ddomain.c281 perms->allow = AA_MAY_CHANGE_PROFILE | AA_MAY_ONEXEC; in change_profile_perms()
763 if (!(perms.allow & AA_MAY_ONEXEC)) { in profile_onexec()
772 error = change_profile_perms(profile, onexec, stack, AA_MAY_ONEXEC, in profile_onexec()
775 perms.allow &= ~AA_MAY_ONEXEC; in profile_onexec()
790 return aa_audit_file(profile, &perms, OP_EXEC, AA_MAY_ONEXEC, xname, in profile_onexec()
842 AA_MAY_ONEXEC, bprm->filename, NULL, in handle_onexec()
1330 request = AA_MAY_ONEXEC; in aa_change_profile()
Dpolicy_compat.c109 perms->allow |= AA_MAY_ONEXEC; in compute_fperms_allow()
/Linux-v6.6/security/apparmor/include/
Dperms.h45 #define AA_MAY_ONEXEC 0x20000000 /* either stack or change_profile */ macro
60 AA_MAY_STACK | AA_MAY_ONEXEC | \