Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dutil.h32 extern char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass,
/external/selinux/libsepol/src/
Dassertion.c49 sepol_av_to_string(p, curperm->tclass, perms)); in report_failure()
55 sepol_av_to_string(p, curperm->tclass, perms)); in report_failure()
61 sepol_av_to_string(p, curperm->tclass, perms)); in report_failure()
203 sepol_av_to_string(p, curperm->tclass, perms)); in report_assertion_extended_permissions()
Dutil.c81 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, in sepol_av_to_string() function
Dhierarchy.c490 sepol_av_to_string(p, cur->key.target_class, in bounds_report()
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/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/
DChangeLog259 * Merged sepol_av_to_string patch from Joshua Brindle.
/external/selinux/libsepol/
DChangeLog433 * Merged sepol_av_to_string patch from Joshua Brindle.