Skip to content

Commit

Permalink
Setting permissions on configfiles for workstation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 25, 2024
1 parent c0101b5 commit 99f8a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/prep-dev
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ sudo dnf install -y "$latest_rpm"
echo "Copying config secrets into place..."
for f in config.json sd-journalist.sec ; do
sudo cp -v "$f" /usr/share/securedrop-workstation-dom0-config/
sudo chmod ugo+r /usr/share/securedrop-workstation-dom0-config/$f
sudo cp -v "$f" /srv/salt/sd/
sudo chmod ugo+r /srv/salt/sd/$f
done

0 comments on commit 99f8a13

Please sign in to comment.