Explorar o código

dispvm: do not remove innocent files when cleaning up DispVM

Fixes QubesOS/qubes-issues#1662
Marek Marczykowski-Górecki %!s(int64=8) %!d(string=hai) anos
pai
achega
31a3796ed3
Modificáronse 1 ficheiros con 4 adicións e 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)