Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dassertion.c244 if (avrule->flags == RULE_SELF) { in report_assertion_avtab_matches()
405 if (avrule->flags == RULE_SELF) { in check_assertion_extended_permissions()
466 if (avrule->flags == RULE_SELF) { in check_assertion_avtab_match()
Dexpand.c1893 if (source_rule->flags & RULE_SELF) { in expand_rule_helper()
1957 (source_rule->flags & RULE_SELF)); in convert_and_expand_rule()
Dmodule_to_cil.c1220 if (avrule->flags & RULE_SELF) { in avrule_list_to_cil()
/third_party/selinux/checkpolicy/test/
Ddismod.c127 if (flags & RULE_SELF) { in display_type_set()
168 if (flags & RULE_SELF) { in display_type_set()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h288 #define RULE_SELF 1 macro
/third_party/selinux/checkpolicy/
Dpolicy_define.c2075 avrule->flags |= RULE_SELF; in define_te_avtab_xperms_helper()
2536 avrule->flags |= RULE_SELF; in define_te_avtab_helper()
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c4670 rule->flags = RULE_SELF; in cil_check_neverallow()