summaryrefslogtreecommitdiffstats
path: root/firewall.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-06 23:35:10 +0000
committerbfox <bfox>2001-07-06 23:35:10 +0000
commite27dbbeeb2a260822a9faa6145045d9fb9a126e0 (patch)
tree11a12a1f7a61848ba15d22bedf3155f20dcf80b9 /firewall.py
parent9d9149289ec8fe7378a64458d680d53cedecda1c (diff)
downloadanaconda-e27dbbeeb2a260822a9faa6145045d9fb9a126e0.tar.gz
anaconda-e27dbbeeb2a260822a9faa6145045d9fb9a126e0.tar.xz
anaconda-e27dbbeeb2a260822a9faa6145045d9fb9a126e0.zip
make firewall screen default to what it was in 7.1
Diffstat (limited to 'firewall.py')
-rw-r--r--firewall.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/firewall.py b/firewall.py
index b1e0d1325..b6df97303 100644
--- a/firewall.py
+++ b/firewall.py
@@ -29,9 +29,10 @@ class Firewall:
self.ftp = 0
self.portlist = ""
self.ports = []
- self.policy = 0
+ self.policy = 1
self.dhcp = 0
self.trustdevs = []
+ self.custom = 1
def writeKS(self, f):
f.write("firewall")