Searched refs:avc_xperms_has_perm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ |
H A D | avc.c | 200 avc_xperms_has_perm(struct extended_perms_decision *xpd, in avc_xperms_has_perm() function 400 if (avc_xperms_has_perm(xpd, perm, XPERMS_DONTAUDIT)) in avc_xperms_audit_required() 408 if (!avc_xperms_has_perm(xpd, perm, XPERMS_AUDITALLOW)) in avc_xperms_audit_required() 1099 if (!avc_xperms_has_perm(xpd, xperm, XPERMS_ALLOWED)) in avc_has_extended_perms()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | avc.c | 198 avc_xperms_has_perm(struct extended_perms_decision *xpd, in avc_xperms_has_perm() function 398 if (avc_xperms_has_perm(xpd, perm, XPERMS_DONTAUDIT)) in avc_xperms_audit_required() 406 if (!avc_xperms_has_perm(xpd, perm, XPERMS_AUDITALLOW)) in avc_xperms_audit_required() 1076 if (!avc_xperms_has_perm(xpd, xperm, XPERMS_ALLOWED)) in avc_has_extended_perms()
|
Completed in 4 milliseconds