From ed434ad63fffea68e3ab8ad8a3d58ffd2a32b9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 27 Jul 2016 04:13:35 +0200 Subject: [PATCH] systemd: include tor-disabling drop-ins in the package QubesOS/qubes-issues#1625 --- Makefile | 1 + rpm_spec/core-vm.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 049c5ef..85afde2 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ SYSTEM_DROPINS += tinyproxy.service SYSTEM_DROPINS += tmp.mount SYSTEM_DROPINS += org.cups.cupsd.service org.cups.cupsd.path org.cups.cupsd.socket SYSTEM_DROPINS += systemd-random-seed.service +SYSTEM_DROPINS += tor.service tor@default.service USER_DROPINS := pulseaudio.service pulseaudio.socket diff --git a/rpm_spec/core-vm.spec b/rpm_spec/core-vm.spec index 38268b3..af8764a 100644 --- a/rpm_spec/core-vm.spec +++ b/rpm_spec/core-vm.spec @@ -581,6 +581,8 @@ The Qubes core startup configuration for SystemD init. /lib/systemd/system/ntpd.service.d/30_qubes.conf /lib/systemd/system/systemd-random-seed.service.d/30_qubes.conf /lib/systemd/system/tinyproxy.service.d/30_not_needed_in_qubes_by_default.conf +/lib/systemd/system/tor.service.d/30_qubes.conf +/lib/systemd/system/tor@default.service.d/30_qubes.conf /lib/systemd/system/tmp.mount.d/30_qubes.conf /lib/systemd/user/pulseaudio.service.d/30_qubes.conf /lib/systemd/user/pulseaudio.socket.d/30_qubes.conf