dispvm: do not remove innocent files when cleaning up DispVM
Fixes QubesOS/qubes-issues#1662
This commit is contained in:
parent
689df4afd3
commit
31a3796ed3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user