Go to file
Marek Marczykowski-Górecki 5e89b23288
firewall: use asyncio's call_later instead of systemd to reload rules
When some expiring rules are present, it is necessary to reload firewall
when those rules expire. Previously systemd timer was used to trigger
this action, but since we have own daemon now, it isn't necessary
anymore - use this daemon for that.
Additionally automatically removing expired rules was completely broken
in R4.0.

Fixes QubesOS/qubes-issues#1173
2018-02-07 02:48:11 +01:00
ci api/admin: plug backup into Admin API 2017-07-20 12:19:01 +02:00
contrib
doc events: add support for wildcard event handlers 2018-01-06 00:40:19 +01:00
etc Replace pool config parsing logic 2016-04-25 07:16:37 +02:00
linux firewall: use asyncio's call_later instead of systemd to reload rules 2018-02-07 02:48:11 +01:00
qubes firewall: use asyncio's call_later instead of systemd to reload rules 2018-02-07 02:48:11 +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 Make pylint happy 2017-12-21 18:19:10 +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 firewall: use asyncio's call_later instead of systemd to reload rules 2018-02-07 02:48:11 +01: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
.pylintrc
.travis.yml travis: flag codecov.io uploads with 'unittests' flag 2017-06-02 12:31:07 +02:00
installer.wxs
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
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
setup.py replace console entry points with just importing the module 2018-01-18 22:13:37 +01:00
version version 4.0.21 2018-01-30 00:18:20 +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/.