Searched refs:COMPLAIN_MODE (Results 1 – 5 of 5) sorted by relevance
93 if (COMPLAIN_MODE(profile)) in audit_caps()135 if (COMPLAIN_MODE(profile)) in aa_capable()
443 } else if (COMPLAIN_MODE(profile)) { in apparmor_bprm_set_creds()634 if (!COMPLAIN_MODE(root) || permtest) { in aa_change_hat()787 if (permtest || !COMPLAIN_MODE(profile)) in aa_change_profile()
190 } else if (COMPLAIN_MODE(profile)) in aa_audit()
145 return COMPLAIN_MODE(profile) ? 0 : sa.aad.error; in aa_audit_file()
35 #define COMPLAIN_MODE(_profile) \ macro