Allow setting global default_dispvm to None

There is no technical need for having this set to anything. If set to
None, DispVM startup requests will be refused.
This commit is contained in:
Marek Marczykowski-Górecki 2017-10-04 03:05:19 +02:00
父節點 6990550884
當前提交 df32acfad9
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 063938BA42CFA724

查看文件

@ -674,7 +674,7 @@ class Qubes(qubes.PropertyHolder):
default_kernel = qubes.property('default_kernel', load_stage=3,
doc='Which kernel to use when not overriden in VM')
default_dispvm = qubes.VMProperty('default_dispvm', load_stage=3,
doc='Default DispVM base for service calls')
doc='Default DispVM base for service calls', allow_none=True)
default_pool = qubes.property('default_pool', load_stage=3,
default=_default_pool,