dom0/core: disable meminfo-writer for HVM by default
This commit is contained in:
parent
3d096f69af
commit
2f5155437c
@ -2289,6 +2289,7 @@ class QubesHVm(QubesVm):
|
||||
attrs['qrexec_installed'] = { 'default': False, 'save': 'str(self.qrexec_installed)' }
|
||||
attrs['guiagent_installed'] = { 'default' : False, 'save': 'str(self.guiagent_installed)' }
|
||||
attrs['_start_guid_first']['eval'] = 'True'
|
||||
attrs['services']['default'] = "{'meminfo-writer': False}"
|
||||
|
||||
return attrs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user