From aee3f5ed124c2d696b5bcaeabafa596648b1a882 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 18 Jan 2016 15:19:13 +0100 Subject: [PATCH] do not start the Tor service inside Qubes TemplateVMs Private data inside /var/lib/tor should not be shared. Tor should not be run inside TemplateVMs. https://github.com/QubesOS/qubes-issues/issues/1625#issuecomment-172369781 --- vm-systemd/tor.service.d/30_qubes.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vm-systemd/tor.service.d/30_qubes.conf diff --git a/vm-systemd/tor.service.d/30_qubes.conf b/vm-systemd/tor.service.d/30_qubes.conf new file mode 100644 index 0000000..5a2c9f4 --- /dev/null +++ b/vm-systemd/tor.service.d/30_qubes.conf @@ -0,0 +1,2 @@ +[Unit] +ConditionPathExists=!/var/run/qubes/this-is-templatevm