Home
last modified time | relevance | path

Searched refs:role_allow (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h154 typedef struct role_allow { struct
157 struct role_allow *next; argument
564 role_allow_t *role_allow; member
/external/selinux/prebuilts/bin/
Dsediff.py113 args.type_trans, args.type_change, args.type_member, args.role_allow,
970 if all_differences or args.role_allow:
971 if diff.added_role_allows or diff.removed_role_allows or args.role_allow:
/external/selinux/libsepol/cil/src/
Dcil_internal.h1005 void cil_roleallow_init(struct cil_roleallow **role_allow);
Dcil_binary.c2450 sepol_roleallow->next = pdb->role_allow; in cil_roleallow_to_policydb()
2451 pdb->role_allow = sepol_roleallow; in cil_roleallow_to_policydb()
/external/selinux/libsepol/src/
Dservices.c902 struct role_allow *ra; in context_struct_compute_av()
998 for (ra = policydb->role_allow; ra; ra = ra->next) { in context_struct_compute_av()
Dexpand.c1229 for (l = state->out->role_allow; l && l->next; l = l->next) ; in copy_role_allows()
1253 cur_allow = state->out->role_allow; in copy_role_allows()
1274 state->out->role_allow = n; in copy_role_allows()
Dpolicydb.c1484 for (ra = p->role_allow; ra; ra = ra->next) { in policydb_destroy()
2516 ra = calloc(1, sizeof(struct role_allow)); in role_allow_read()
4035 if (role_allow_read(&p->role_allow, fp)) in policydb_read()
Dwrite.c2188 if (role_allow_write(p->role_allow, fp)) in policydb_write()
Dkernel_to_cil.c2279 role_allow_t *curr = pdb->role_allow; in write_role_allow_rules_to_cil()
Dkernel_to_conf.c2202 role_allow_t *curr = pdb->role_allow; in write_role_allow_rules_to_conf()