Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dassertion.c221 ebitmap_t src_matches, tgt_matches, self_matches, matches; in report_assertion_avtab_matches() local
233 ebitmap_init(&self_matches); in report_assertion_avtab_matches()
252 rc = ebitmap_and(&self_matches, &avrule->stypes.types, &matches); in report_assertion_avtab_matches()
256 if (ebitmap_length(&self_matches) > 0) { in report_assertion_avtab_matches()
257 rc = ebitmap_union(&tgt_matches, &self_matches); in report_assertion_avtab_matches()
298 ebitmap_destroy(&self_matches); in report_assertion_avtab_matches()
393 ebitmap_t src_matches, tgt_matches, self_matches, matches; in check_assertion_extended_permissions() local
402 ebitmap_init(&self_matches); in check_assertion_extended_permissions()
423 rc = ebitmap_and(&self_matches, &avrule->stypes.types, &matches); in check_assertion_extended_permissions()
427 if (ebitmap_length(&self_matches) > 0) { in check_assertion_extended_permissions()
[all …]