Home | History | Annotate | Download | only in semanage

Lines Matching refs:dontaudit

449     def toggle(self, dontaudit):
450 if dontaudit not in ["on", "off"]:
451 raise ValueError(_("dontaudit requires either 'on' or 'off'"))
453 semanage_set_disable_dontaudit(self.sh, dontaudit == "off")