Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dcapability.c94 if (COMPLAIN_MODE(profile)) in audit_caps()
132 if (!COMPLAIN_MODE(profile)) in profile_capable()
H A Ddomain.c687 } else if (COMPLAIN_MODE(profile)) { in profile_transition()
1030 if (COMPLAIN_MODE(profile)) { in build_change_hat()
1093 if (!COMPLAIN_MODE(profile)) in change_hat()
1135 if (count > 1 || COMPLAIN_MODE(profile)) { in change_hat()
1388 !COMPLAIN_MODE(labels_profile(label))) in aa_change_profile()
1425 COMPLAIN_MODE(profile))) in aa_change_profile()
H A Daudit.c177 } else if (COMPLAIN_MODE(profile)) in aa_audit()
H A Dlib.c331 else if (COMPLAIN_MODE(profile)) in aa_apply_modes_to_perms()
H A Dlsm.c172 if (COMPLAIN_MODE(profile)) in apparmor_capget()
/openbmc/linux/security/apparmor/include/
H A Dpolicy.h45 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) macro