Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/tests/policies/support/
Dmisc_macros.spt9 # gen_user(username, prefix, role_set, mls_defaultlevel, mls_range, [mcs_categories])
/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() argument
159 if (validate_ebitmap(&role_set->roles, role)) in validate_role_set()
162 switch (role_set->flags) { in validate_role_set()
Dmodule_to_cil.c823 struct role_set *rs; in cil_print_attr_strs()
841 rs = (struct role_set *)set; in cil_print_attr_strs()
917 struct role_set *rs1 = NULL, *rs2; in search_attr_list()
923 rs1 = (struct role_set *)set; in search_attr_list()
940 rs2 = (struct role_set *)node->set; in search_attr_list()
1033 static int process_roleset(struct policydb *pdb, struct role_set *rs, struct list *attr_list, char … in process_roleset()
1442 struct role_set *rs; in role_trans_to_cil()
1488 struct role_set *rs; in role_allows_to_cil()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h94 typedef struct role_set { struct