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

  /external/libsepol/include/sepol/policydb/
policydb.h 151 typedef struct role_allow { struct
154 struct role_allow *next;
538 role_allow_t *role_allow; member in struct:policydb
  /external/libsepol/src/
services.c 827 struct role_allow *ra;
920 for (ra = policydb->role_allow; ra; ra = ra->next) {
    [all...]
expand.c 1303 for (l = state->out->role_allow; l && l->next; l = l->next) ;
    [all...]
policydb.c 1355 for (ra = p->role_allow; ra; ra = ra->next) {
    [all...]
write.c     [all...]

Completed in 57 milliseconds