Home
last modified time | relevance | path

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

/security/apparmor/
Dcapability.c82 } else if (KILL_MODE(profile) || in audit_caps()
Daudit.c149 if (KILL_MODE(profile) && type == AUDIT_APPARMOR_DENIED) in aa_audit()
Dlib.c301 if (KILL_MODE(profile)) in aa_apply_modes_to_perms()
/security/apparmor/include/
Dpolicy.h50 #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) macro