(self)
| 763 | raise |
| 764 | |
| 765 | def restore(self): |
| 766 | try: |
| 767 | self.syscfg.svo.stopService("libvirt-bin") |
| 768 | self.syscfg.svo.startService("libvirt-bin") |
| 769 | return True |
| 770 | except: |
| 771 | logging.debug(formatExceptionInfo()) |
| 772 | return False |
| 773 | |
| 774 | class firewallConfigUbuntu(serviceCfgBase): |
| 775 | def __init__(self, syscfg): |
nothing calls this directly
no test coverage detected