Searched refs:AA_MAY_ONEXEC (Results 1 – 3 of 3) sorted by relevance
105 perms.allow = AA_MAY_CHANGE_PROFILE | AA_MAY_ONEXEC; in change_profile_perms()404 if (!(perms.allow & AA_MAY_ONEXEC)) in apparmor_bprm_set_creds()414 AA_MAY_ONEXEC, state); in apparmor_bprm_set_creds()416 if (!(cp.allow & AA_MAY_ONEXEC)) in apparmor_bprm_set_creds()762 request = AA_MAY_ONEXEC; in aa_change_profile()
223 perms.allow |= AA_MAY_ONEXEC; in compute_perms()
40 #define AA_MAY_ONEXEC 0x40000000 /* exec allows onexec */ macro