Home
last modified time | relevance | path

Searched defs:role_set (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h94 typedef struct role_set { struct
99 } role_set_t; argument
/third_party/selinux/libsepol/src/
Dpolicydb_validate.c157 static int validate_role_set(role_set_t *role_set, validate_t *role) in validate_role_set()