Searched refs:AVRule (Results 1 – 8 of 8) sorted by relevance
155 a = refpolicy.AVRule()163 a = refpolicy.AVRule()274 a = refpolicy.AVRule()289 a = refpolicy.AVRule()
57 self.assertIsInstance(r, refpolicy.AVRule)89 if isinstance(r, refpolicy.AVRule):
236 rule = refpolicy.AVRule()271 rule = refpolicy.AVRule()
797 a = refpolicy.AVRule()799 a.rule_type = refpolicy.AVRule.DONTAUDIT801 a.rule_type = refpolicy.AVRule.AUDITALLOW803 a.rule_type = refpolicy.AVRule.NEVERALLOW1109 can_exec.children.append(refpolicy.AVRule(av))
103 if isinstance(b, refpolicy.AVRule):
167 rule = refpolicy.AVRule(av)
110 return filter(lambda x: isinstance(x, AVRule), walktree(self))501 class AVRule(Leaf): class
260 if avrule.rule_type != refpolicy.AVRule.ALLOW: