Home
last modified time | relevance | path

Searched refs:ebitmap_match_any (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_find.c75 } else if (ebitmap_match_any(a1->types, a2->types)) { in cil_type_match_any()
138 rc = ebitmap_match_any(&map, a->types); in cil_self_match_any()
279 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit; in cil_permissionx_match_any()
/third_party/selinux/libsepol/src/
Dassertion.c458 if (!ebitmap_match_any(&src_matches, &p->attr_type_map[k->target_type - 1])) { in check_assertion_self_match()
485 if (!ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1])) in check_assertion_avtab_match()
489 if (!ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1])) { in check_assertion_avtab_match()
Debitmap.c334 int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_match_any() function
Dpolicydb_validate.c113 if (ebitmap_match_any(map, &flavor->gaps)) in validate_ebitmap()
Dpolicydb.c2741 if (ebitmap_match_any(&stypes, &datum->stypes)) in filename_trans_check_datum()
/third_party/selinux/libsepol/include/sepol/policydb/
Debitmap.h94 extern int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2);