Home
last modified time | relevance | path

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

/Linux-v5.15/security/selinux/
Davc.c211 else if ((which == XPERMS_DONTAUDIT) && in avc_xperms_has_perm()
212 (xpd->used & XPERMS_DONTAUDIT)) in avc_xperms_has_perm()
266 if (dest->used & XPERMS_DONTAUDIT) in avc_copy_xperms_decision()
290 if (dest->used & XPERMS_DONTAUDIT) in avc_quick_copy_xperms_decision()
318 if (which & XPERMS_DONTAUDIT) { in avc_xperms_decision_alloc()
400 if (avc_xperms_has_perm(xpd, perm, XPERMS_DONTAUDIT)) in avc_xperms_audit_required()
/Linux-v5.15/security/selinux/include/
Dsecurity.h255 #define XPERMS_DONTAUDIT 4 macro
/Linux-v5.15/security/selinux/ss/
Dservices.c1000 xpermd->used |= XPERMS_DONTAUDIT; in services_compute_xperms_decision()