Home
last modified time | relevance | path

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

/linux-2.6.39/security/apparmor/
Dcapability.c93 if (COMPLAIN_MODE(profile)) in audit_caps()
135 if (COMPLAIN_MODE(profile)) in aa_capable()
Ddomain.c443 } 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()
Daudit.c190 } else if (COMPLAIN_MODE(profile)) in aa_audit()
Dfile.c145 return COMPLAIN_MODE(profile) ? 0 : sa.aad.error; in aa_audit_file()
/linux-2.6.39/security/apparmor/include/
Dpolicy.h35 #define COMPLAIN_MODE(_profile) \ macro