Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dcapability.c80 } else if (KILL_MODE(profile) || in audit_caps()
H A Daudit.c187 if (KILL_MODE(profile) && type == AUDIT_APPARMOR_DENIED) in aa_audit()
H A Dlib.c329 if (KILL_MODE(profile)) in aa_apply_modes_to_perms()
/openbmc/linux/security/apparmor/include/
H A Dpolicy.h49 #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) macro