Searched refs:AVRule (Results 1 – 8 of 8) 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()
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):
110 return filter(lambda x: isinstance(x, AVRule), walktree(self))434 class AVRule(Leaf): class
158 rule = refpolicy.AVRule(av)
265 if avrule.rule_type != refpolicy.AVRule.ALLOW:
264 if isinstance(rule, setools.policyrep.terule.AVRule):