Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/
Dcapability.c97 if (COMPLAIN_MODE(profile)) in audit_caps()
137 if (COMPLAIN_MODE(profile)) in aa_capable()
Daudit.c183 } else if (COMPLAIN_MODE(profile)) in aa_audit()
Ddomain.c442 } 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()
Dfile.c149 return COMPLAIN_MODE(profile) ? 0 : sa.aad->error; in aa_audit_file()
Dlsm.c122 if (!unconfined(profile) && !COMPLAIN_MODE(profile)) { in apparmor_capget()
/linux-4.4.14/security/apparmor/include/
Dpolicy.h39 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) macro