Home
last modified time | relevance | path

Searched refs:AA_CHANGE_ONEXEC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/include/
H A Ddomain.h27 #define AA_CHANGE_ONEXEC 4 macro
/kernel/linux/linux-6.6/security/apparmor/include/
H A Ddomain.h22 #define AA_CHANGE_ONEXEC 4 macro
/kernel/linux/linux-5.10/security/apparmor/
H A Ddomain.c1322 if (flags & AA_CHANGE_ONEXEC) { in aa_change_profile()
1393 * if ((flags & AA_CHANGE_ONEXEC) && !current_is_single_threaded()) { in aa_change_profile()
1420 if (!(flags & AA_CHANGE_ONEXEC)) { in aa_change_profile()
H A Dlsm.c663 error = aa_change_profile(args, AA_CHANGE_ONEXEC); in apparmor_setprocattr()
665 error = aa_change_profile(args, (AA_CHANGE_ONEXEC | in apparmor_setprocattr()
/kernel/linux/linux-6.6/security/apparmor/
H A Ddomain.c1357 if (flags & AA_CHANGE_ONEXEC) { in aa_change_profile()
1429 * if ((flags & AA_CHANGE_ONEXEC) && !current_is_single_threaded()) { in aa_change_profile()
1456 if (!(flags & AA_CHANGE_ONEXEC)) { in aa_change_profile()
H A Dlsm.c739 error = aa_change_profile(args, AA_CHANGE_ONEXEC); in apparmor_setprocattr()
741 error = aa_change_profile(args, (AA_CHANGE_ONEXEC | in apparmor_setprocattr()

Completed in 9 milliseconds