Home | History | Annotate | Download | only in semanage

Lines Matching refs:dontaudit

455     def toggle(self, dontaudit):
456 if dontaudit not in ["on", "off"]:
457 raise ValueError(_("dontaudit requires either 'on' or 'off'"))
459 semanage_set_disable_dontaudit(self.sh, dontaudit == "off")