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

  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 157 } role_allow_t; typedef in typeref:struct:role_allow
562 role_allow_t *role_allow;
  /external/selinux/libsepol/src/
expand.c 1222 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));
    [all...]
write.c 543 static int role_allow_write(role_allow_t * r, struct policy_file *fp)
545 role_allow_t *ra;
    [all...]
policydb.c 1292 role_allow_t *ra, *lra = NULL;
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c     [all...]

Completed in 65 milliseconds