Searched refs:src_matches (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/src/ |
D | assertion.c | 221 ebitmap_t src_matches, tgt_matches, self_matches, matches; in report_assertion_avtab_matches() local 231 ebitmap_init(&src_matches); in report_assertion_avtab_matches() 236 rc = ebitmap_and(&src_matches, &avrule->stypes.types, in report_assertion_avtab_matches() 241 if (ebitmap_length(&src_matches) == 0) in report_assertion_avtab_matches() 273 ebitmap_for_each_bit(&src_matches, snode, i) { in report_assertion_avtab_matches() 296 ebitmap_destroy(&src_matches); in report_assertion_avtab_matches() 393 ebitmap_t src_matches, tgt_matches, self_matches, matches; in check_assertion_extended_permissions() local 400 ebitmap_init(&src_matches); in check_assertion_extended_permissions() 405 rc = ebitmap_and(&src_matches, &avrule->stypes.types, in check_assertion_extended_permissions() 410 if (ebitmap_length(&src_matches) == 0) in check_assertion_extended_permissions() [all …]
|