Searched refs:role_allow_t (Results 1 - 5 of 5) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h157 } role_allow_t; typedef in typeref:struct:role_allow
559 role_allow_t *role_allow;
/external/selinux/libsepol/src/
H A Dexpand.c1222 role_allow_t *cur_allow, *n, *l;
1261 n = (role_allow_t *)
1262 malloc(sizeof(role_allow_t));
1267 memset(n, 0, sizeof(role_allow_t));
H A Dwrite.c539 static int role_allow_write(role_allow_t * r, struct policy_file *fp)
541 role_allow_t *ra;
H A Dpolicydb.c1292 role_allow_t *ra, *lra = NULL;
2395 int role_allow_read(role_allow_t ** r, struct policy_file *fp)
2399 role_allow_t *ra, *lra;
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c1960 role_allow_t *sepol_roleallow = NULL;
1984 memset(sepol_roleallow, 0, sizeof(role_allow_t));

Completed in 1332 milliseconds