Home
last modified time | relevance | path

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

/external/selinux/prebuilts/bin/
Dsediff.py492 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
496 rule_string += " [ {0} ]".format(rule.conditional)
499 print(" * {0}".format(rule_string))
550 rule_string = \ variable
584 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
588 rule_string += " [ {0} ]".format(rule.conditional)
591 print(" * {0}".format(rule_string))
645 rule_string = \ variable
679 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
683 rule_string += " [ {0} ]".format(rule.conditional)
[all …]