HomeSort by relevance Sort by last modified time
    Searched refs:role_set_expand (Results 1 - 5 of 5) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
expand.h 66 extern int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap);
  /external/selinux/libsepol/src/
users.c 262 if (role_set_expand(&usrdatum->roles, &usrdatum->cache,
expand.c 1051 if (role_set_expand(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) {
1235 if (role_set_expand(&cur->roles, &roles, state->out, state->base, state->rolemap)) {
1240 if (role_set_expand(&cur->new_roles, &new_roles, state->out, state->base, state->rolemap)) {
1304 if (role_set_expand(&cur->roles, &roles, state->out, state->base, state->rolemap)) {
2405 int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap) function
    [all...]
policydb.c 808 if (role_set_expand(&user->roles, &user->cache, p, NULL, NULL)) {
    [all...]
  /external/selinux/checkpolicy/
policy_define.c     [all...]

Completed in 96 milliseconds