Skip to content
Snippets Groups Projects
Unverified Commit a38b8b74 authored by meskio's avatar meskio :tent:
Browse files

[bug] fix typo on bitmask-root

parent 52efef43
Branches
Tags
No related merge requests found
......@@ -764,7 +764,7 @@ def firewall_start(args):
exitcode=True) != 0:
with open(QUBES_FW_SCRIPT, mode="w") as qfile:
qfile.write("#!/bin/sh\n")
qfile.write("# Anti-leak rules installed by " + SCRIPT + " " +
qfile.write("# Anti-leak rules installed by " + SCRIPT + " "
+ VERSION + "\n")
qfile.write("iptables --insert FORWARD -i eth0 -j DROP\n")
qfile.write("iptables --insert FORWARD -o eth0 -j DROP\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment