Home
last modified time | relevance | path

Searched refs:role_set_expand (Results 1 - 5 of 5) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
H A Dexpand.h67 extern int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap);
/third_party/selinux/libsepol/src/
H A Dusers.c262 if (role_set_expand(&usrdatum->roles, &usrdatum->cache, in sepol_user_modify()
H A Dexpand.c1088 if (role_set_expand(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) { in user_copy_callback()
1272 if (role_set_expand(&cur->roles, &roles, state->out, state->base, state->rolemap)) { in copy_role_allows()
1277 if (role_set_expand(&cur->new_roles, &new_roles, state->out, state->base, state->rolemap)) { in copy_role_allows()
1337 if (role_set_expand(&cur->roles, &roles, state->out, state->base, state->rolemap)) { in copy_role_trans()
2452 int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap) in role_set_expand() function
H A Dpolicydb.c968 if (role_set_expand(&user->roles, &user->cache, p, NULL, NULL)) { in policydb_user_cache()
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c3194 if (role_set_expand(&roles, &e_roles, policydbp, NULL, NULL)) in define_role_trans()

Completed in 14 milliseconds