core-admin/core-modules
Marek Marczykowski-Górecki 2265fd3d52
core: start qubesdb as normal user, even when VM is started by root
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
2016-06-06 02:19:28 +02:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
01QubesAppVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
01QubesDisposableVm.py dispvm: do not remove innocent files when cleaning up DispVM 2016-01-20 02:51:57 +01:00
01QubesHVm.py storage: use root-cow.img for HVM template, to support reverting changes 2016-01-07 05:48:32 +01:00
02QubesTemplateHVm.py storage: use root-cow.img for HVM template, to support reverting changes 2016-01-07 05:48:32 +01:00
000QubesVm.py core: start qubesdb as normal user, even when VM is started by root 2016-06-06 02:19:28 +02:00
001QubesResizableVm.py qvm-grow-root: add --allow-start option 2015-12-26 04:10:20 +01:00
003QubesTemplateVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
005QubesNetVm.py core: detach connected VMs when shutting down NetVM 2015-11-15 02:06:18 +01:00
006QubesAdminVm.py core: store dom0 info in qubes.xml 2015-04-28 15:00:50 +02:00
006QubesProxyVm.py core: add offline mode to qvm-create, qvm-prefs 2015-08-01 21:58:38 +02:00
Makefile rpm+makefile: move build/install code to Makefile files 2014-11-19 12:50:24 +01:00
README.txt Move all files one level up 2013-03-16 19:56:51 +01:00

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