HomeSort by relevance Sort by last modified time
    Searched refs:rule_string (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
terule.py 80 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} ".format(
87 rule_string += "{{ {0} }};".format(' '.join(perms))
90 rule_string += "{0};".format(list(perms)[0])
93 rule_string += " [ {0} ]".format(self.conditional)
97 return rule_string
119 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {0.default}".format(self)
122 rule_string += " \"{0}\";".format(self.filename)
125 rule_string += ";"
128 rule_string += " [ {0} ]".format(self.conditional)
132 return rule_string
    [all...]
constraint.py 268 rule_string = "{0.ruletype} {0.tclass} ".format(self)
272 rule_string += "{{ {0} }} (\n".format(' '.join(perms))
275 rule_string += "{0} (\n".format(list(perms)[0])
277 rule_string += "\t{0}\n);".format(self._build_expression())
279 return rule_string
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
terule.py 80 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} ".format(
87 rule_string += "{{ {0} }};".format(' '.join(perms))
90 rule_string += "{0};".format(list(perms)[0])
93 rule_string += " [ {0} ]".format(self.conditional)
97 return rule_string
119 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {0.default}".format(self)
122 rule_string += " \"{0}\";".format(self.filename)
125 rule_string += ";"
128 rule_string += " [ {0} ]".format(self.conditional)
132 return rule_string
    [all...]
constraint.py 268 rule_string = "{0.ruletype} {0.tclass} ".format(self)
272 rule_string += "{{ {0} }} (\n".format(' '.join(perms))
275 rule_string += "{0} (\n".format(list(perms)[0])
277 rule_string += "\t{0}\n);".format(self._build_expression())
279 return rule_string

Completed in 55 milliseconds