You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /usr/share/securedrop-workstation-dom0-config/
make clean
Due to changes in how files are provisioned with RPMs, we will need a staging/production specific clean makefile target. Removing the yum package will remove the provisioning logic, but will not delete files. The following commands in a makefile target work locally, we could also add this to securedrop-admin with a prompt/warning) but does not delete config files config.json and sd-journalist.sec (both in /usr/share/securedrop-workstation-dom0-config and /srv/salt/sd), which we could delete after uninstalling the dom0-config package).
Steps to reproduce, on a production install:
Due to changes in how files are provisioned with RPMs, we will need a staging/production specific clean makefile target. Removing the yum package will remove the provisioning logic, but will not delete files. The following commands in a makefile target work locally, we could also add this to securedrop-admin with a prompt/warning) but does not delete config files
config.json
andsd-journalist.sec
(both in/usr/share/securedrop-workstation-dom0-config
and/srv/salt/sd
), which we could delete after uninstalling the dom0-config package).This mostly impacts testing, as in production contexts, we should recommend properly disposing of (destroying) the storage
The text was updated successfully, but these errors were encountered: