2265fd3d52
On VM start, old qubesdb-daemon is terminated (if still running). In practice it happen only at VM startart (shutdown and quickly start again). But in that case, if the VM was started by root, such operation would fail. So when VM is started by root, make sure that qubesdb-daemon will be running as normal user (the first user in group 'qubes' - there should be only one). Fixes QubesOS/qubes-issues#1745 |
||
---|---|---|
.. | ||
__init__.py | ||
01QubesAppVm.py | ||
01QubesDisposableVm.py | ||
01QubesHVm.py | ||
02QubesTemplateHVm.py | ||
000QubesVm.py | ||
001QubesResizableVm.py | ||
003QubesTemplateVm.py | ||
005QubesNetVm.py | ||
006QubesAdminVm.py | ||
006QubesProxyVm.py | ||
Makefile | ||
README.txt |
This directory contains Qubes core modules. It will be loaded in lexicographical order, use numeric prefix to force load ordering. 0* - Qubes base modules 00* - Qubes core VM classes