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

/linux-master/security/apparmor/include/
H A Dperms.h45 #define AA_MAY_ONEXEC 0x20000000 /* either stack or change_profile */ macro
63 AA_MAY_STACK | AA_MAY_ONEXEC | \
/linux-master/security/apparmor/
H A Ddomain.c289 perms->allow = AA_MAY_CHANGE_PROFILE | AA_MAY_ONEXEC;
775 if (!(perms.allow & AA_MAY_ONEXEC)) {
784 error = change_profile_perms(profile, onexec, stack, AA_MAY_ONEXEC,
787 perms.allow &= ~AA_MAY_ONEXEC;
803 AA_MAY_ONEXEC, xname,
859 AA_MAY_ONEXEC, bprm->filename, NULL,
1362 request = AA_MAY_ONEXEC;
H A Dpolicy_compat.c109 perms->allow |= AA_MAY_ONEXEC;

Completed in 114 milliseconds