Home
last modified time | relevance | path

Searched refs:sepol_av_to_string (Results 1 – 11 of 11) sorted by relevance

/external/selinux/libsepol/src/
Dassertion.c42 sepol_av_to_string(p, curperm->tclass, in report_failure()
49 sepol_av_to_string(p, curperm->tclass, in report_failure()
56 sepol_av_to_string(p, curperm->tclass, in report_failure()
Dutil.c77 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, in sepol_av_to_string() function
Dhierarchy.c239 sepol_av_to_string(a->p, k->target_class, d->data & ~av.data)); in check_avtab_hierarchy_callback()
Dmodule_to_cil.c581 perms = sepol_av_to_string(pdb, classperm->tclass, classperm->data); in avrule_to_cil()
1854 perms = sepol_av_to_string(pdb, class->s.value, node->permissions); in constraints_to_cil()
Dservices.c352 sepol_av_to_string(policydb, tclass, in get_class_info()
/external/selinux/libsepol/include/sepol/policydb/
Dutil.h32 extern char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass,
/external/sepolicy/tools/sepolicy-analyze/
Dutils.c21 sepol_av_to_string in display_allow()
/external/selinux/checkpolicy/test/
Ddismod.c79 perm = sepol_av_to_string(p, class, mask); in render_access_mask()
93 perm = sepol_av_to_string(p, class, 1 << i); in render_access_bitmap()
Ddispol.c50 perm = sepol_av_to_string(p, key->target_class, mask); in render_access_mask()
/external/selinux/checkpolicy/
DChangeLog252 * Merged sepol_av_to_string patch from Joshua Brindle.
/external/selinux/libsepol/
DChangeLog408 * Merged sepol_av_to_string patch from Joshua Brindle.