Searched refs:AA_MAY_ONEXEC (Results 1 – 3 of 3) sorted by relevance
111 perms.allow = AA_MAY_CHANGE_PROFILE | AA_MAY_ONEXEC; in change_profile_perms()405 if (!(perms.allow & AA_MAY_ONEXEC)) in apparmor_bprm_set_creds()415 AA_MAY_ONEXEC, state); in apparmor_bprm_set_creds()417 if (!(cp.allow & AA_MAY_ONEXEC)) in apparmor_bprm_set_creds()742 request = AA_MAY_ONEXEC; in aa_change_profile()
221 perms.allow |= AA_MAY_ONEXEC; in compute_perms()
40 #define AA_MAY_ONEXEC 0x40000000 /* exec allows onexec */ macro