Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
Dcapability.c94 if (COMPLAIN_MODE(profile)) in audit_caps()
130 if (!COMPLAIN_MODE(profile)) in profile_capable()
Ddomain.c689 } else if (COMPLAIN_MODE(profile)) { in profile_transition()
1032 if (COMPLAIN_MODE(profile)) { in build_change_hat()
1095 if (!COMPLAIN_MODE(profile)) in change_hat()
1137 if (count > 1 || COMPLAIN_MODE(profile)) { in change_hat()
1414 !COMPLAIN_MODE(labels_profile(label))) in aa_change_profile()
1451 COMPLAIN_MODE(profile))) in aa_change_profile()
Daudit.c177 } else if (COMPLAIN_MODE(profile)) in aa_audit()
Dlib.c331 else if (COMPLAIN_MODE(profile)) in aa_apply_modes_to_perms()
Dlsm.c180 if (COMPLAIN_MODE(profile)) in apparmor_capget()
/linux-6.12.1/security/apparmor/include/
Dpolicy.h46 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) macro