Skip to content

Commit

Permalink
Add sys-usb to scripts/provision-all
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Dec 13, 2019
1 parent 17f4c92 commit 27a4d34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/provision-all
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ all_sdw_vms_target="$(qvm-ls --tags sd-workstation --raw-list | perl -npE 's/\n/
# We skip dom0 in the task below, since dom0 highstate was enforced in the previous command.
echo "Provision all SecureDrop Workstation VMs with service-specific configs"
sudo qubesctl --show-output --max-concurrency "$max_concurrency" --skip-dom0 --targets "$all_sdw_vms_target" state.highstate

echo "Add SecureDrop export device handling to sys-usb"
sudo qubesctl --show-output --skip-dom0 --targets sys-usb state.highstate

0 comments on commit 27a4d34

Please sign in to comment.