Lines Matching refs:comment
160 rule.comment = ""
162 rule.comment = str(refpolicy.Comment(explain_access(av, verbosity=self.explain)))
164 rule.comment += "\n#!!!! This avc is allowed in the current policy"
166 rule.comment += "\n#!!!! This avc has a dontaudit rule in the current policy"
170 …rule.comment += "\n#!!!! This avc can be allowed using one of the these booleans:\n# %s" % ", …
172 … rule.comment += "\n#!!!! This avc can be allowed using the boolean '%s'" % av.data[0][0]
175 …rule.comment += "\n#!!!! This avc is a constraint violation. You would need to modify the attribu…
176 rule.comment += "\n#Constraint rule: "
177 rule.comment += "\n\t" + av.data[0]
179 … rule.comment += "\n#\tPossible cause is the source %s and target %s are different." % reason
193 …rule.comment += "\n#!!!! The source type '%s' can write to a '%s' of the following type:\n# %s\n" …
195 …rule.comment += "\n#!!!! The source type '%s' can write to a '%s' of the following types:\n# %s\n"…
342 ifcall.comment = refpolicy.Comment(explain_access(ml.av, ml, verbosity))
350 if o_ifcall.comment and ifcall.comment:
351 o_ifcall.comment.merge(ifcall.comment)