Skip to content

Commit

Permalink
Removes duplicate rpm config from sys-firewall
Browse files Browse the repository at this point in the history
The redundant config wasn't doing any harm in Qubes 4.0, but in Qubes
4.1, where sys-firewall is disposable by default, the tests were failing
because the expected files were not in place.

Closes #702.
  • Loading branch information
Conor Schaefer committed Mar 30, 2022
1 parent 5ada6d2 commit 4ba57fa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 71 deletions.
33 changes: 0 additions & 33 deletions dom0/sd-sys-firewall-files.sls

This file was deleted.

2 changes: 0 additions & 2 deletions dom0/sd-workstation.top
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ base:
sd-app:
- sd-app-config
- sd-mime-handling
sys-firewall:
- sd-sys-firewall-files
sd-whonix:
- sd-whonix-hidserv-key
securedrop-workstation-buster:
Expand Down
1 change: 0 additions & 1 deletion scripts/provision-all
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ max_concurrency="2"

echo "Configure Fedora-based system VMs"
sudo qubesctl --show-output state.sls sd-sys-vms
sudo qubesctl --show-output --skip-dom0 --targets sys-firewall state.sls sd-sys-firewall-files

# Running only against dom0, to ensure the VMs are created (but not yet configured)
echo "Set up dom0 config files, including RPC policies, and create VMs"
Expand Down
35 changes: 0 additions & 35 deletions tests/test_sys_firewall.py

This file was deleted.

0 comments on commit 4ba57fa

Please sign in to comment.