Searched refs:AVRule (Results 1 – 7 of 7) sorted by relevance
86 a = refpolicy.AVRule()94 a = refpolicy.AVRule()135 a = refpolicy.AVRule()150 a = refpolicy.AVRule()
158 rule = refpolicy.AVRule()193 rule = refpolicy.AVRule()
793 a = refpolicy.AVRule()795 a.rule_type = refpolicy.AVRule.DONTAUDIT797 a.rule_type = refpolicy.AVRule.AUDITALLOW799 a.rule_type = refpolicy.AVRule.NEVERALLOW1098 can_exec.children.append(refpolicy.AVRule(av))
103 if isinstance(b, refpolicy.AVRule):
110 return filter(lambda x: isinstance(x, AVRule), walktree(self))431 class AVRule(Leaf): class
158 rule = refpolicy.AVRule(av)
265 if avrule.rule_type != refpolicy.AVRule.ALLOW: