Home
last modified time | relevance | path

Searched refs:rule_string (Results 1 – 1 of 1) sorted by relevance

/external/selinux/prebuilts/bin/
Dsediff.py468 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
472 rule_string += " [ {0} ]".format(rule.conditional)
475 print(" * {0}".format(rule_string))
504 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
508 rule_string += " [ {0} ]".format(rule.conditional)
511 print(" * {0}".format(rule_string))
540 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
544 rule_string += " [ {0} ]".format(rule.conditional)
547 print(" * {0}".format(rule_string))
576 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
[all …]