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
We currently have logic in the send-to-usb script for exporting files to USB drives. We'll be adding more export logic as time goes on e.g. as we add support for printing and (eventually) other export options. We should consider how we'll be updating this logic: we can put files in place via salt in dom0, but a more robust approach would be taking the approach we use in the sd-proxy and sd-svs VMs, which is packaging up the code (in the securedrop-proxy and securedrop-client debian packages) and then just using salt to ensure that package is installed.
The text was updated successfully, but these errors were encountered:
We currently have logic in the
send-to-usb
script for exporting files to USB drives. We'll be adding more export logic as time goes on e.g. as we add support for printing and (eventually) other export options. We should consider how we'll be updating this logic: we can put files in place via salt in dom0, but a more robust approach would be taking the approach we use in the sd-proxy and sd-svs VMs, which is packaging up the code (in thesecuredrop-proxy
andsecuredrop-client
debian packages) and then just using salt to ensure that package is installed.The text was updated successfully, but these errors were encountered: