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/include/sepol/policydb/
Debitmap.h94 extern int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2);
/third_party/selinux/libsepol/src/
Dassertion.c462 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]); in check_assertion_avtab_match()
478 rc2 = ebitmap_match_any(&avrule->stypes.types, &match); in check_assertion_avtab_match()
483 rc = ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1]); in check_assertion_avtab_match()
Debitmap.c234 int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_match_any() function
Dpolicydb_validate.c102 if (ebitmap_match_any(map, &flavor->gaps)) in validate_ebitmap()
Dpolicydb.c2721 if (ebitmap_match_any(&stypes, &datum->stypes)) in filename_trans_check_datum()