Home
last modified time | relevance | path

Searched refs:self_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
235 ebitmap_init(&self_matches); in report_assertion_avtab_matches()
250 rc = ebitmap_and(&self_matches, &src_matches, &p->attr_type_map[k->target_type - 1]); in report_assertion_avtab_matches()
254 if (!ebitmap_is_empty(&self_matches)) { in report_assertion_avtab_matches()
255 rc = ebitmap_union(&tgt_matches, &self_matches); in report_assertion_avtab_matches()
290 ebitmap_destroy(&self_matches); in report_assertion_avtab_matches()
382 ebitmap_t src_matches, tgt_matches, self_matches; in check_assertion_extended_permissions() local
390 ebitmap_init(&self_matches); in check_assertion_extended_permissions()
408 rc = ebitmap_and(&self_matches, &src_matches, &p->attr_type_map[k->target_type - 1]); in check_assertion_extended_permissions()
412 if (!ebitmap_is_empty(&self_matches)) { in check_assertion_extended_permissions()
[all...]

Completed in 2 milliseconds