Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
H A Dassertion.c225 const int is_avrule_self = (avrule->flags & RULE_SELF) != 0; in report_assertion_avtab_matches() local
249 if (is_avrule_self) { in report_assertion_avtab_matches()
273 if (is_avrule_self && i != j) in report_assertion_avtab_matches()
385 const int is_avrule_self = (avrule->flags & RULE_SELF) != 0; in check_assertion_extended_permissions() local
407 if (is_avrule_self) { in check_assertion_extended_permissions()
426 if (is_avrule_self && i != j) in check_assertion_extended_permissions()

Completed in 1 milliseconds