core-agent-linux/qubesagent
Marek Marczykowski-Górecki 940b0f3646
Do not use legacy distutils.spawn
The whole distutils module is a legacy thing in python3. Specifically,
most of it is not installed in Debian by default (there is only
distutils.version). Depending on python3-distutils is problematic, as
it's availability varies between Debian versions.

Instead of fighting with special cases in dependencies, replace the
whole thing with non-legacy shutil.which() (available since Python 3.3).
2020-07-02 02:56:13 +02:00
..
__init__.py network: rewrite qubes-firewall daemon 2016-09-12 05:22:53 +02:00
firewall.py Do not use legacy distutils.spawn 2020-07-02 02:56:13 +02:00
test_firewall.py update_connected_ips: set iptables policy to drop while updating 2020-01-14 11:46:23 +01:00
test_vmexec.py Add qubes.VMExec call, for running a single command 2020-01-24 18:44:45 +01:00
test_xdg.py Add /etc/qubes/applications override, use it for gnome-terminal 2020-01-27 14:05:55 +01:00
vmexec.py Add qubes.VMExec call, for running a single command 2020-01-24 18:44:45 +01:00
xdg.py Add /etc/qubes/applications override, use it for gnome-terminal 2020-01-27 14:05:55 +01:00