Home | History | Annotate | Download | only in setools

Lines Matching refs:rule

36     ruletype         The list of rule type(s) to match.
45 matching the rule's object class.
69 self.log.info("Generating MLS rule results from {0.policy}".format(self))
80 for rule in self.policy.mlsrules():
82 # Matching on rule type
85 if rule.ruletype not in self.ruletype:
92 rule.source,
102 rule.target,
111 if not self._match_object_class(rule):
118 rule.default,
127 yield rule