Searched refs:sepol_av_to_string (Results 1 – 10 of 10) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | util.h | 32 extern char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass,
|
/third_party/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() 199 sepol_av_to_string(p, curperm->tclass, perms)); in report_assertion_extended_permissions()
|
D | util.c | 80 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, in sepol_av_to_string() function
|
D | hierarchy.c | 450 sepol_av_to_string(p, cur->key.target_class, in bounds_report()
|
D | kernel_to_cil.c | 291 perms = sepol_av_to_string(pdb, class->s.value, curr->permissions); in class_constraint_rules_to_strs() 1731 perms = sepol_av_to_string(pdb, key->target_class, data); in avtab_node_to_str()
|
D | kernel_to_conf.c | 286 perms = sepol_av_to_string(pdb, class->s.value, curr->permissions); in class_constraint_rules_to_strs() 1713 perms = sepol_av_to_string(pdb, key->target_class, data); in avtab_node_to_str()
|
D | module_to_cil.c | 601 perms = sepol_av_to_string(pdb, classperm->tclass, classperm->data); in avrule_to_cil() 1951 perms = sepol_av_to_string(pdb, class->s.value, node->permissions); in constraints_to_cil()
|
D | services.c | 351 sepol_av_to_string(policydb, tclass, in get_class_info()
|
/third_party/selinux/checkpolicy/test/ |
D | dismod.c | 78 perm = sepol_av_to_string(p, class, mask); in render_access_mask() 92 perm = sepol_av_to_string(p, class, UINT32_C(1) << i); in render_access_bitmap()
|
D | dispol.c | 50 perm = sepol_av_to_string(p, key->target_class, mask); in render_access_mask()
|