Searched refs:sepol_av_to_string (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libsepol/include/sepol/policydb/ |
D | util.h | 32 extern char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass,
|
/external/selinux/libsepol/src/ |
D | assertion.c | 49 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()
|
D | util.c | 81 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, in sepol_av_to_string() function
|
D | hierarchy.c | 490 sepol_av_to_string(p, cur->key.target_class, in bounds_report()
|
D | module_to_cil.c | 581 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()
|
D | services.c | 352 sepol_av_to_string(policydb, tclass, in get_class_info()
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 79 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()
|
D | dispol.c | 50 perm = sepol_av_to_string(p, key->target_class, mask); in render_access_mask()
|
/external/selinux/checkpolicy/ |
D | ChangeLog | 259 * Merged sepol_av_to_string patch from Joshua Brindle.
|
/external/selinux/libsepol/ |
D | ChangeLog | 433 * Merged sepol_av_to_string patch from Joshua Brindle.
|