Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dassertion.c243 if (avrule->flags == RULE_SELF) { in report_assertion_avtab_matches()
403 if (avrule->flags == RULE_SELF) { in check_assertion_extended_permissions()
468 if (avrule->flags == RULE_SELF) { in check_assertion_avtab_match()
Dexpand.c1895 if (source_rule->flags & RULE_SELF) { in expand_rule_helper()
1961 (source_rule->flags & RULE_SELF)); in convert_and_expand_rule()
Dmodule_to_cil.c1093 if (avrule->flags & RULE_SELF) { in avrule_list_to_cil()
/external/selinux/checkpolicy/test/
Ddismod.c128 if (flags & RULE_SELF) { in display_type_set()
169 if (flags & RULE_SELF) { in display_type_set()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h278 #define RULE_SELF 1 macro
/external/selinux/checkpolicy/
Dpolicy_define.c1978 avrule->flags |= RULE_SELF; in define_te_avtab_xperms_helper()
2437 avrule->flags |= RULE_SELF; in define_te_avtab_helper()
/external/selinux/libsepol/cil/src/
Dcil_binary.c4409 rule->flags = RULE_SELF; in cil_check_neverallow()