Searched refs:role_set_expand (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/include/sepol/policydb/ |
D | expand.h | 66 extern int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint…
|
/external/selinux/libsepol/src/ |
D | users.c | 262 if (role_set_expand(&usrdatum->roles, &usrdatum->cache, in sepol_user_modify()
|
D | expand.c | 1051 if (role_set_expand(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) { in user_copy_callback() 1235 if (role_set_expand(&cur->roles, &roles, state->out, state->base, state->rolemap)) { in copy_role_allows() 1240 if (role_set_expand(&cur->new_roles, &new_roles, state->out, state->base, state->rolemap)) { in copy_role_allows() 1304 if (role_set_expand(&cur->roles, &roles, state->out, state->base, state->rolemap)) { in copy_role_trans() 2405 int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * … in role_set_expand() function
|
D | policydb.c | 808 if (role_set_expand(&user->roles, &user->cache, p, NULL, NULL)) { in policydb_user_cache()
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 3038 if (role_set_expand(&roles, &e_roles, policydbp, NULL, NULL)) in define_role_trans()
|