Searched refs:role_set_t (Results 1 – 9 of 9) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 99 } role_set_t; typedef 207 role_set_t roles; /* set of authorized roles for user */ 303 role_set_t roles; /* current role */ 311 role_set_t roles; /* current role */ 312 role_set_t new_roles; /* new roles */ 673 extern void role_set_init(role_set_t * x); 674 extern void role_set_destroy(role_set_t * x);
|
D | expand.h | 67 extern int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint…
|
/third_party/selinux/checkpolicy/test/ |
D | dismod.c | 178 static int display_mod_role_set(role_set_t * roles, policydb_t * p, FILE * fp) in display_mod_role_set()
|
/third_party/selinux/libsepol/src/ |
D | policydb.c | 520 void role_set_init(role_set_t * x) in role_set_init() 522 memset(x, 0, sizeof(role_set_t)); in role_set_init() 526 void role_set_destroy(role_set_t * x) in role_set_destroy() 1814 static int role_set_read(role_set_t * r, struct policy_file *fp) in role_set_read()
|
D | link.c | 1012 static int role_set_or_convert(role_set_t * roles, role_set_t * dst, in role_set_or_convert()
|
D | policydb_validate.c | 157 static int validate_role_set(role_set_t *role_set, validate_t *role) in validate_role_set()
|
D | write.c | 684 static int role_set_write(role_set_t * x, struct policy_file *fp) in role_set_write()
|
D | expand.c | 2452 int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * … in role_set_expand()
|
/third_party/selinux/checkpolicy/ |
D | policy_define.c | 3072 static int set_roles(role_set_t * set, char *id) in set_roles() 3112 role_set_t roles; in define_role_trans() 4138 static int set_user_roles(role_set_t * set, char *id) in set_user_roles()
|