summaryrefslogtreecommitdiffstats
path: root/firewall.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-03-19 22:11:16 +0000
committerBill Nottingham <notting@redhat.com>2004-03-19 22:11:16 +0000
commitc3d2bc74c404ea801ac749b832f9cc9291b36465 (patch)
tree8369fe4a07df4d653dacc3ce2c86e2cd770b6068 /firewall.py
parent3b695b92c7fadaef64440c3a1b74f2a6cbe3e49b (diff)
downloadanaconda-c3d2bc74c404ea801ac749b832f9cc9291b36465.tar.gz
anaconda-c3d2bc74c404ea801ac749b832f9cc9291b36465.tar.xz
anaconda-c3d2bc74c404ea801ac749b832f9cc9291b36465.zip
force override of any installed firewall settings. fix typo too
Diffstat (limited to 'firewall.py')
-rw-r--r--firewall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/firewall.py b/firewall.py
index b692a4a75..1c151342c 100644
--- a/firewall.py
+++ b/firewall.py
@@ -83,7 +83,7 @@ class Firewall:
return args
def write (self, instPath):
- args = [ "/usr/sbin/lokkit", "--quiet", "--nostart" ]
+ args = [ "/usr/sbin/lokkit", "--quiet", "--nostart", "-f" ]
if self.enabled:
args = args + self.getArgList()