core-admin/core-modules
Marek Marczykowski-Górecki 49d510dc65 core: prevent permissions error when VM was started by root
When VM is started by root, config file is created with root owner and
user has no write access to it. As the directory is user-writable,
delete the file first.

Conflicts:
	core-modules/000QubesVm.py
2015-01-30 01:39:57 +01:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
01QubesAppVm.py Declare file encoding for all python files, fill missing copyright headers 2014-05-18 21:03:27 +02:00
01QubesDisposableVm.py Do not use qmemman when not present (installed) on particular VMM 2014-11-19 12:50:25 +01:00
01QubesHVm.py HVM: do not fail on non-Xen systems (without xenstore) 2014-11-19 12:50:29 +01:00
02QubesTemplateHVm.py core: fix imports 2014-11-19 12:50:32 +01:00
000QubesVm.py core: prevent permissions error when VM was started by root 2015-01-30 01:39:57 +01:00
003QubesTemplateVm.py core: split VM images handling to separate class 2014-11-19 12:50:25 +01:00
005QubesNetVm.py Use QubesDB instead of Xenstore. 2014-11-19 12:48:28 +01:00
006QubesAdminVm.py Minor changes to make VMM connection really lazy 2014-11-19 12:48:27 +01:00
006QubesProxyVm.py core: fix regression in iptables rule generator 2014-11-19 12:50:24 +01: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