Searched refs:AVRule (Results 1 – 7 of 7) sorted by relevance
82 a = refpolicy.AVRule()90 a = refpolicy.AVRule()128 a = refpolicy.AVRule()143 a = refpolicy.AVRule()
141 rule = refpolicy.AVRule()176 rule = refpolicy.AVRule()
794 a = refpolicy.AVRule()796 a.rule_type = refpolicy.AVRule.DONTAUDIT798 a.rule_type = refpolicy.AVRule.AUDITALLOW800 a.rule_type = refpolicy.AVRule.NEVERALLOW1098 can_exec.children.append(refpolicy.AVRule(av))
99 if isinstance(b, refpolicy.AVRule):
111 return itertools.ifilter(lambda x: isinstance(x, AVRule), walktree(self))432 class AVRule(Leaf): class
157 rule = refpolicy.AVRule(av)
265 if avrule.rule_type != refpolicy.AVRule.ALLOW: