Go to file
Marek Marczykowski-Górecki 79fb0cade1
tests: use dup-ed stdin in wait_on_fail
transport.close() (necessary to detach reader from the loop) will close
the FD. In case of stdin, it will prevent another call to this waiting
function. Use dup(2) to register cloned FD, which is safe to close
without side effects.
2020-11-13 03:21:37 +01:00
ci travis: include core-qrexec in tests 2020-03-28 03:23:29 +01:00
contrib Remove python2 compat __future__ imports 2020-02-15 17:33:34 +00:00
doc ext: support for non-service feature advertisement 2020-09-23 01:16:38 +02:00
etc
linux cleanup-dispvms: fix python shebang 2019-11-22 21:39:35 +01:00
qubes tests: use dup-ed stdin in wait_on_fail 2020-11-13 03:21:37 +01:00
qubes-rpc Remove qubesd-query-fast 2020-05-11 01:13:15 +02:00
qubes-rpc-policy Add policy for paranoid mode backup restore 2020-08-06 04:23:03 +02:00
qvm-tools qvm-sync-clock: Do not fail if clockvm is not set 2020-03-08 22:39:11 -04:00
relaxng
rpm_spec ext: support for non-service feature advertisement 2020-09-23 01:16:38 +02:00
templates Add apparmor=1 security=apparmor to kernelopts if apparmor feature is set 2020-09-02 15:09:13 +02:00
test-packages Fix starting VM with kernel=None 2017-12-14 23:26:52 +01:00
.gitignore
.pylintrc Make pylint happy 2020-08-23 02:55:40 +02:00
.travis.yml travis: don't clone qubes-builder twice 2020-06-22 15:52:51 +02:00
installer.wxs
LICENSE
Makefile Add policy for paranoid mode backup restore 2020-08-06 04:23:03 +02:00
Makefile.builder
README.md Update readme 2017-10-16 04:16:23 +02:00
run-tests
setup.cfg
setup.py ext: support for non-service feature advertisement 2020-09-23 01:16:38 +02:00
version version 4.1.16 2020-10-10 05:09:34 +02:00

Qubes core, version 3

Build Status

This is master branch of the Qubes OS core.

API documentation is available: https://dev.qubes-os.org/projects/core-admin/en/latest/.