Searched refs:KILL_MODE (Results 1 – 4 of 4) sorted by relevance
82 } else if (KILL_MODE(profile) || in audit_caps()
149 if (KILL_MODE(profile) && type == AUDIT_APPARMOR_DENIED) in aa_audit()
301 if (KILL_MODE(profile)) in aa_apply_modes_to_perms()
50 #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) macro