Home
last modified time | relevance | path

Searched refs:tgt_matches (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dassertion.c222 ebitmap_t src_matches, tgt_matches, self_matches; in report_assertion_avtab_matches() local
234 ebitmap_init(&tgt_matches); in report_assertion_avtab_matches()
245 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types, &p->attr_type_map[k->target_type -1]); in report_assertion_avtab_matches()
255 rc = ebitmap_union(&tgt_matches, &self_matches); in report_assertion_avtab_matches()
261 if (ebitmap_is_empty(&tgt_matches)) in report_assertion_avtab_matches()
272 ebitmap_for_each_positive_bit(&tgt_matches, tnode, j) { in report_assertion_avtab_matches()
289 ebitmap_destroy(&tgt_matches); in report_assertion_avtab_matches()
382 ebitmap_t src_matches, tgt_matches, self_matches; in check_assertion_extended_permissions() local
389 ebitmap_init(&tgt_matches); in check_assertion_extended_permissions()
402 rc = ebitmap_and(&tgt_matches, in check_assertion_extended_permissions()
[all...]

Completed in 2 milliseconds