Explorar el Código

dispvm: do not remove innocent files when cleaning up DispVM

Fixes QubesOS/qubes-issues#1662
Marek Marczykowski-Górecki hace 8 años
padre
commit
31a3796ed3
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      core-modules/01QubesDisposableVm.py

+ 4 - 0
core-modules/01QubesDisposableVm.py

@@ -237,5 +237,9 @@ class QubesDisposableVm(QubesVm):
 
         return self.xid
 
+    def remove_from_disk(self):
+        # nothing to remove
+        pass
+
 # register classes
 register_qubes_vm_class(QubesDisposableVm)