Skip to content

Commit

Permalink
Merge pull request #596 from freedomofpress/586-sdw-admin
Browse files Browse the repository at this point in the history
Rename securedrop-admin to sdw-admin
  • Loading branch information
kushaldas authored Aug 5, 2020
2 parents 9b8bc16 + 698e6d8 commit 2b11f4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launcher/sdw_updater_gui/Updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def apply_dom0_state():
"""
Applies the dom0 state to ensure dom0 and AppVMs are properly
Configured. This will *not* enforce configuration inside the AppVMs.
Here, we call qubectl directly (instead of through securedrop-admin) to
Here, we call qubectl directly (instead of through sdw-admin) to
ensure it is environment-specific.
"""
sdlog.info("Applying dom0 state")
Expand Down
4 changes: 2 additions & 2 deletions rpm-build/SPECS/securedrop-workstation-dom0-config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ install -m 644 dom0/securedrop-login %{buildroot}/srv/salt/
install -m 644 dom0/securedrop-launcher.desktop %{buildroot}/srv/salt/
install -m 655 dom0/securedrop-handle-upgrade %{buildroot}/srv/salt/
install -m 655 dom0/update-xfce-settings %{buildroot}/srv/salt/
install -m 755 scripts/securedrop-admin.py %{buildroot}/%{_bindir}/securedrop-admin
install -m 755 scripts/sdw-admin.py %{buildroot}/%{_bindir}/sdw-admin
install -m 644 sd-app/* %{buildroot}/srv/salt/sd/sd-app/
install -m 644 sd-proxy/* %{buildroot}/srv/salt/sd/sd-proxy/
install -m 644 sd-whonix/* %{buildroot}/srv/salt/sd/sd-whonix/
Expand All @@ -87,7 +87,7 @@ install -m 644 launcher/sdw_util/*.py %{buildroot}/srv/salt/launcher/sdw_util/
%doc README.md LICENSE
%attr(755, root, root) /opt/securedrop/launcher/sdw-launcher.py
%attr(755, root, root) /opt/securedrop/launcher/sdw-notify.py
%attr(755, root, root) %{_bindir}/securedrop-admin
%attr(755, root, root) %{_bindir}/sdw-admin
%{python3_sitelib}/securedrop_workstation_dom0_config*
%{_datadir}/%{name}
/opt/securedrop/launcher/**/*.py
Expand Down

0 comments on commit 2b11f4b

Please sign in to comment.