Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dassertion.c221 ebitmap_t src_matches, tgt_matches, matches; in report_assertion_avtab_matches() local
231 ebitmap_init(&src_matches); in report_assertion_avtab_matches()
235 rc = ebitmap_and(&src_matches, &avrule->stypes.types, in report_assertion_avtab_matches()
240 if (ebitmap_length(&src_matches) == 0) in report_assertion_avtab_matches()
266 ebitmap_for_each_bit(&src_matches, snode, i) { in report_assertion_avtab_matches()
289 ebitmap_destroy(&src_matches); in report_assertion_avtab_matches()
385 ebitmap_t src_matches, tgt_matches, matches; in check_assertion_extended_permissions() local
392 ebitmap_init(&src_matches); in check_assertion_extended_permissions()
395 rc = ebitmap_and(&src_matches, &avrule->stypes.types, in check_assertion_extended_permissions()
400 if (ebitmap_length(&src_matches) == 0) in check_assertion_extended_permissions()
[all …]