Home
last modified time | relevance | path

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

/security/selinux/
A Davc.c199 rc = security_xperm_test(xpd->allowed->p, perm); in avc_xperms_has_perm()
202 rc = security_xperm_test(xpd->auditallow->p, perm); in avc_xperms_has_perm()
205 rc = security_xperm_test(xpd->dontaudit->p, perm); in avc_xperms_has_perm()
1062 if (!security_xperm_test(xp_node->xp.drivers.p, driver) || in avc_has_extended_perms()
/security/selinux/include/
A Dsecurity.h242 #define security_xperm_test(perms, x) (1 & ((perms)[(x) >> 5] >> ((x)&0x1f))) macro
/security/selinux/ss/
A Dservices.c987 !security_xperm_test(node->datum.u.xperms->perms.p, in services_compute_xperms_decision()

Completed in 14 milliseconds