core: force QubesDB reconnection on VM start
This commit is contained in:
父節點
49141d444e
當前提交
34f7ddd41e
@ -1760,6 +1760,9 @@ class QubesVm(object):
|
||||
except IOError: # ENOENT (pidfile)
|
||||
pass
|
||||
|
||||
# force connection to a new daemon
|
||||
self._qdb_connection = None
|
||||
|
||||
retcode = subprocess.call ([
|
||||
system_path["qubesdb_daemon_path"],
|
||||
str(self.xid),
|
||||
|
||||
載入中…
新增問題並參考
Block a user