Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/utils/
Dsepol_check_access.c109 if (reason & SEPOL_COMPUTEAV_RBAC) { in main()
/third_party/selinux/libsepol/include/sepol/policydb/
Dservices.h51 #define SEPOL_COMPUTEAV_RBAC 0x4U macro
/third_party/selinux/libselinux/src/
Daudit2why.c431 if (reason & SEPOL_COMPUTEAV_RBAC) in analyze()
/third_party/selinux/libsepol/src/
Dservices.c1018 *reason |= SEPOL_COMPUTEAV_RBAC; in context_struct_compute_av()