Searched refs:AA_MAY_ONEXEC (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/security/apparmor/include/ |
D | perms.h | 45 #define AA_MAY_ONEXEC 0x20000000 /* either stack or change_profile */ macro 60 AA_MAY_STACK | AA_MAY_ONEXEC | \
|
/linux-5.19.10/security/apparmor/ |
D | domain.c | 293 perms->allow = AA_MAY_CHANGE_PROFILE | AA_MAY_ONEXEC; in change_profile_perms() 760 if (!(perms.allow & AA_MAY_ONEXEC)) { in profile_onexec() 769 error = change_profile_perms(profile, onexec, stack, AA_MAY_ONEXEC, in profile_onexec() 772 perms.allow &= ~AA_MAY_ONEXEC; in profile_onexec() 787 return aa_audit_file(profile, &perms, OP_EXEC, AA_MAY_ONEXEC, xname, in profile_onexec() 839 AA_MAY_ONEXEC, bprm->filename, NULL, in handle_onexec() 1325 request = AA_MAY_ONEXEC; in aa_change_profile()
|
D | file.c | 242 perms.allow |= AA_MAY_ONEXEC; in aa_compute_fperms()
|