Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/
Davc.c208 else if ((which == XPERMS_DONTAUDIT) && in avc_xperms_has_perm()
209 (xpd->used & XPERMS_DONTAUDIT)) in avc_xperms_has_perm()
263 if (dest->used & XPERMS_DONTAUDIT) in avc_copy_xperms_decision()
287 if (dest->used & XPERMS_DONTAUDIT) in avc_quick_copy_xperms_decision()
314 if (which & XPERMS_DONTAUDIT) { in avc_xperms_decision_alloc()
396 if (avc_xperms_has_perm(xpd, perm, XPERMS_DONTAUDIT)) in avc_xperms_audit_required()
/Linux-v5.4/security/selinux/include/
Dsecurity.h201 #define XPERMS_DONTAUDIT 4 macro
/Linux-v5.4/security/selinux/ss/
Dservices.c983 xpermd->used |= XPERMS_DONTAUDIT; in services_compute_xperms_decision()