Home
last modified time | relevance | path

Searched refs:COMPLAIN_MODE (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
Dcapability.c92 if (COMPLAIN_MODE(profile)) in audit_caps()
126 if (!COMPLAIN_MODE(profile)) in profile_capable()
Ddomain.c677 } else if (COMPLAIN_MODE(profile)) { in profile_transition()
1005 if (COMPLAIN_MODE(profile)) { in build_change_hat()
1066 if (!COMPLAIN_MODE(profile)) in change_hat()
1108 if (count > 1 || COMPLAIN_MODE(profile)) { in change_hat()
1353 !COMPLAIN_MODE(labels_profile(label))) in aa_change_profile()
1389 COMPLAIN_MODE(profile))) in aa_change_profile()
Daudit.c133 } else if (COMPLAIN_MODE(profile)) in aa_audit()
Dlib.c309 else if (COMPLAIN_MODE(profile)) in aa_apply_modes_to_perms()
Dlsm.c166 if (COMPLAIN_MODE(profile)) in apparmor_capget()
/kernel/linux/linux-5.10/security/apparmor/include/
Dpolicy.h45 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) macro