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
Cannot reproduce. I tested using staging VMs in Qubes, running the following commands on app-staging:
# updating input policy to avoid breaking ssh session during flush
sudo iptables -P INPUT ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -F
sudo iptables -X
sudo iptables -S # to confirm the rules were purged
I then rebooted the app-staging VM, logged in again, and ran sudo iptables -S, which showed that all the rules had been restored. I did not run playbooks against the server as described in the initial report—a reboot was sufficient to reload the rules back to baseline.
Description
Steps to Reproduce
app
runiptables -F
./securedrop-admin install
on tails againExpected Behavior
app
Actual Behavior
iptables -L
Comments
Suggestions to fix, any other relevant information.
The text was updated successfully, but these errors were encountered: