Go to file
Marek Marczykowski-Górecki 68b6f1ec76
qubespolicy: use '@' instead of '$' for policy keywords
Using '$' is easy to misuse in shell scripts, shell commands etc. After
all this years, lets abandon this dangerous character and move to
something safer: '@'. The choice was made after reviewing specifications
of various shells on different operating systems and this is the
character that have no special meaning in none of them.

To preserve compatibility, automatically translate '$' to '@' when
loading policy files.
2018-02-19 03:33:40 +01:00
ci api/admin: plug backup into Admin API 2017-07-20 12:19:01 +02:00
contrib events: add support for async event handlers 2017-07-04 13:04:22 +02:00
doc file-reflink, a storage driver optimized for CoW filesystems 2018-02-12 21:20:05 +00:00
etc Replace pool config parsing logic 2016-04-25 07:16:37 +02:00
linux Fix starting PCI-having HVMs on early system boot and later 2018-01-29 22:57:32 +01:00
qubes qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00
qubes-rpc Merge remote-tracking branch 'qubesos/pr/169' 2017-12-06 00:46:15 +01:00
qubes-rpc-policy qubes-rpc: policy.RegisterArgument 2017-11-30 00:26:21 +01:00
qubespolicy qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00
qvm-tools qubes-hcl-report: detect AMD interrupt remapping 2017-12-05 17:39:33 +01:00
relaxng Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
rpm_spec file-reflink, a storage driver optimized for CoW filesystems 2018-02-12 21:20:05 +00:00
templates Switch to new PVH config variant 2018-01-24 02:48:00 +01:00
test-packages Fix starting VM with kernel=None 2017-12-14 23:26:52 +01:00
tests Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
.coveragerc add config for coverage.py 2015-10-12 16:40:46 +02:00
.gitignore run-tests: Script for running tests in repo 2016-04-20 13:54:56 +02:00
.pylintrc Remove obsolete options from .pylintrc 2016-07-21 12:21:00 +02:00
.travis.yml travis: flag codecov.io uploads with 'unittests' flag 2017-06-02 12:31:07 +02:00
installer.wxs windows/installer: configurable destination directory 2014-11-19 12:50:31 +01:00
LICENSE Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
Makefile doc: link qvm-device man page for qvm-block, qvm-pci, qvm-usb 2018-01-11 03:44:53 +01:00
Makefile.builder rpm: integrate -doc package into main one 2017-05-12 18:43:35 +02:00
README.md Update readme 2017-10-16 04:16:23 +02:00
run-tests tests: rearrage LVM thin tests to run at least some in devel env 2017-05-12 18:10:17 +02:00
setup.cfg Add yapf configuration to setup.cfg 2016-07-21 12:11:34 +02:00
setup.py file-reflink, a storage driver optimized for CoW filesystems 2018-02-12 21:20:05 +00:00
version version 4.0.22 2018-02-13 05:30:11 +01: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/.