Searched refs:role_allow (Results 1 – 3 of 3) sorted by relevance
106 struct role_allow { struct109 struct role_allow *next; argument282 struct role_allow *role_allow; member
803 struct role_allow *ra, *lra = NULL; in policydb_destroy()861 for (ra = p->role_allow; ra; ra = ra->next) { in policydb_destroy()2279 struct role_allow *ra, *lra; in policydb_read()2482 p->role_allow = ra; in policydb_read()2709 static int role_allow_write(struct role_allow *r, void *fp) in role_allow_write()2711 struct role_allow *ra; in role_allow_write()3506 rc = role_allow_write(p->role_allow, fp); in policydb_write()
627 struct role_allow *ra; in context_struct_compute_av()710 for (ra = policydb->role_allow; ra; ra = ra->next) { in context_struct_compute_av()