Home | History | Annotate | Download | only in setools

Lines Matching refs:rule

38     ruletype          The list of rule type(s) to match.
57 matching the rule's object class.
60 perms_equal If true, the permission set of the rule
68 perms_subset If true, the rule matches if the permissions criteria
69 is a subset of the rule's permission set.
80 expression of the rule must exactly match the
131 self.log.info("Generating TE rule results from {0.policy}".format(self))
144 for rule in self.policy.terules():
146 # Matching on rule type
149 if rule.ruletype not in self.ruletype:
156 rule.source,
166 rule.target,
175 if not self._match_object_class(rule):
182 if self.perms and rule.extended:
189 if rule.xperm_type not in self.perms:
191 elif not self._match_perms(rule):
201 rule.perms,
219 rule.default,
233 rule.conditional.booleans,
242 yield rule