Searched refs:COMPLAIN_MODE (Results 1 – 6 of 6) sorted by relevance
97 if (COMPLAIN_MODE(profile)) in audit_caps()137 if (COMPLAIN_MODE(profile)) in aa_capable()
183 } else if (COMPLAIN_MODE(profile)) in aa_audit()
442 } else if (COMPLAIN_MODE(profile)) { in apparmor_bprm_set_creds()648 if (!COMPLAIN_MODE(root) || permtest) { in aa_change_hat()814 if (permtest || !COMPLAIN_MODE(profile)) in aa_change_profile()
149 return COMPLAIN_MODE(profile) ? 0 : sa.aad->error; in aa_audit_file()
122 if (!unconfined(profile) && !COMPLAIN_MODE(profile)) { in apparmor_capget()
39 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) macro