Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Moves config to private volume
Browse files Browse the repository at this point in the history
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] freedomofpress/securedrop-workstation#471
  • Loading branch information
Conor Schaefer authored and emkll committed Oct 9, 2020
1 parent 9fef2d8 commit 6ed71bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.1

* Moves config file into private volume (#77).

## 0.3.0

* Use incoming timeout value from JSON (#69).
Expand Down
2 changes: 1 addition & 1 deletion qubes/securedrop.Proxy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/usr/bin/sd-proxy /etc/sd-proxy.yaml
/usr/bin/sd-proxy /home/user/.securedrop_proxy/sd-proxy.yaml
2 changes: 1 addition & 1 deletion securedrop_proxy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit 6ed71bc

Please sign in to comment.