Home
last modified time | relevance | path

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

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