Searched defs:rule_string (Results 1 - 1 of 1) sorted by relevance

/external/selinux/prebuilts/bin/
H A 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 = \
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 = \
679 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
683 rule_string
552 format(rule, perms) variable
647 format(rule, perms) variable
742 format(rule, perms) variable
774 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} {{ {1} }};".format( variable
837 format(rule, perms) variable
869 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} +{1} -{2}".format( variable
910 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} +{1} -{2}".format( variable
951 rule_string = "{0.ruletype} {0.source} {0.target}:{0.tclass} +{1} -{2}".format( variable
1015 "{0.ruletype} {0.source} {0.target}:{0.tclass} +{1} -{2}".format( variable
1050 "{0.ruletype} {0.source} {0.target}:{0.tclass} +[{1}] -[{2}]".format( variable
[all...]

Completed in 99 milliseconds