Home
last modified time | relevance | path

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

/linux-6.15/security/apparmor/
H A Dcapability.c99 if (COMPLAIN_MODE(profile)) in audit_caps()
135 if (!COMPLAIN_MODE(profile)) in profile_capable()
H A Ddomain.c687 if (COMPLAIN_MODE(profile)) { in profile_transition()
693 } else if (COMPLAIN_MODE(profile)) { in profile_transition()
1021 if (COMPLAIN_MODE(profile)) { in build_change_hat()
1084 if (!COMPLAIN_MODE(profile)) in change_hat()
1126 if (count > 1 || COMPLAIN_MODE(profile)) { in change_hat()
1403 !COMPLAIN_MODE(labels_profile(label))) in aa_change_profile()
1440 COMPLAIN_MODE(profile))) in aa_change_profile()
H A Daudit.c177 } else if (COMPLAIN_MODE(profile)) in aa_audit()
H A Dlib.c266 else if (COMPLAIN_MODE(profile)) in aa_apply_modes_to_perms()
H A Dlsm.c180 if (COMPLAIN_MODE(profile)) in apparmor_capget()
/linux-6.15/security/apparmor/include/
H A Dpolicy.h46 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) macro