dispvm: do not remove innocent files when cleaning up DispVM

Fixes QubesOS/qubes-issues#1662
This commit is contained in:
Marek Marczykowski-Górecki 2016-01-20 02:51:57 +01:00
parent 689df4afd3
commit 31a3796ed3
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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)