Searched refs:role_allow (Results 1 – 5 of 5) sorted by relevance
137 typedef struct role_allow { struct140 struct role_allow *next; argument521 role_allow_t *role_allow; member
314 struct role_allow *ra; in context_struct_compute_av()407 for (ra = policydb->role_allow; ra; ra = ra->next) { in context_struct_compute_av()
1161 for (l = state->out->role_allow; l && l->next; l = l->next) ; in copy_role_allows()1185 cur_allow = state->out->role_allow; in copy_role_allows()1206 state->out->role_allow = n; in copy_role_allows()
1290 for (ra = p->role_allow; ra; ra = ra->next) { in policydb_destroy()2303 ra = calloc(1, sizeof(struct role_allow)); in role_allow_read()3727 if (role_allow_read(&p->role_allow, fp)) in policydb_read()
2020 if (role_allow_write(p->role_allow, fp)) in policydb_write()