Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/
Dcapability.c81 } else if (KILL_MODE(profile) || in audit_caps()
Daudit.c199 if (KILL_MODE(profile) && type == AUDIT_APPARMOR_DENIED) in aa_audit()
/linux-3.4.99/security/apparmor/include/
Dpolicy.h39 #define KILL_MODE(_profile) \ macro