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

  /external/selinux/libsepol/include/sepol/policydb/
util.h 32 extern char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass,
  /external/selinux/libsepol/src/
assertion.c 42 sepol_av_to_string(p, curperm->tclass,
49 sepol_av_to_string(p, curperm->tclass,
56 sepol_av_to_string(p, curperm->tclass,
util.c 77 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, function
hierarchy.c 239 sepol_av_to_string(a->p, k->target_class, d->data & ~av.data));
services.c 352 sepol_av_to_string(policydb, tclass,
    [all...]
module_to_cil.c 581 perms = sepol_av_to_string(pdb, classperm->tclass, classperm->data);
    [all...]
  /external/sepolicy/tools/sepolicy-analyze/
utils.c 21 sepol_av_to_string
  /external/selinux/checkpolicy/test/
dismod.c 79 perm = sepol_av_to_string(p, class, mask);
93 perm = sepol_av_to_string(p, class, 1 << i);
dispol.c 50 perm = sepol_av_to_string(p, key->target_class, mask);

Completed in 71 milliseconds