Home
last modified time | relevance | path

Searched refs:KILL_MODE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/security/apparmor/
Dcapability.c83 } else if (KILL_MODE(profile) || in audit_caps()
Daudit.c193 if (KILL_MODE(profile) && type == AUDIT_APPARMOR_DENIED) in aa_audit()
/linux-4.1.27/security/apparmor/include/
Dpolicy.h41 #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) macro