From 85e3241e34ea92a3da0db008e340a72895a3bdf0 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Tue, 27 Oct 2020 13:00:04 -0700 Subject: [PATCH] Moves config to private volume The Qubes RPC file hardcodes the filepath to the YAML config file, which contains site-specific information such as the Onion URL for the Journalist Interface. As part of template consolidation [0], we're moving the config file out of the system/root partition and into the private (i.e. /home/) volume, so that the `sd-proxy` AppVM has the config information it needs while sharing a TemplateVM with other components. [0] https://github.com/freedomofpress/securedrop-workstation#471 --- qubes/securedrop.Proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/securedrop.Proxy b/qubes/securedrop.Proxy index cea1922..f8eee7c 100755 --- a/qubes/securedrop.Proxy +++ b/qubes/securedrop.Proxy @@ -1 +1 @@ -/usr/bin/sd-proxy /etc/sd-proxy.yaml +/usr/bin/sd-proxy /home/user/.securedrop_proxy/sd-proxy.yaml