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

  /external/libsepol/include/sepol/policydb/
expand.h 63 extern int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap);
  /external/libsepol/src/
users.c 262 if (role_set_expand(&usrdatum->roles, &usrdatum->cache,
expand.c 1126 if (role_set_expand(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) {
1310 if (role_set_expand(&cur->roles, &roles, state->out, state->base, state->rolemap)) {
1315 if (role_set_expand(&cur->new_roles, &new_roles, state->out, state->base, state->rolemap)) {
2446 int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap) function
    [all...]
policydb.c 794 if (role_set_expand(&user->roles, &user->cache, p, NULL, NULL)) {
    [all...]
  /external/checkpolicy/
policy_define.c     [all...]

Completed in 826 milliseconds