Searched refs:AA_MAY_ONEXEC (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/ |
| H A D | domain.c | 296 perms->allow = AA_MAY_CHANGE_PROFILE | AA_MAY_ONEXEC; in change_profile_perms() 839 if (!(perms.allow & AA_MAY_ONEXEC)) { in profile_onexec() 848 error = change_profile_perms(profile, onexec, stack, AA_MAY_ONEXEC, in profile_onexec() 851 perms.allow &= ~AA_MAY_ONEXEC; in profile_onexec() 867 AA_MAY_ONEXEC, xname, in profile_onexec() 957 OP_CHANGE_ONEXEC, AA_MAY_ONEXEC, in handle_onexec() 970 AA_MAY_ONEXEC, bprm->filename, NULL, in handle_onexec() 1517 request = AA_MAY_ONEXEC; in aa_change_profile()
|
| H A D | policy_compat.c | 109 perms->allow |= AA_MAY_ONEXEC; in compute_fperms_allow()
|
| /linux/security/apparmor/include/ |
| H A D | perms.h | 45 #define AA_MAY_ONEXEC 0x20000000 /* either stack or change_profile */ macro 63 AA_MAY_STACK | AA_MAY_ONEXEC | \
|