summaryrefslogtreecommitdiffstats
path: root/textw/firewall_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-04 06:00:59 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-04 06:00:59 +0000
commit3df3fe6877bcaa5cd0a8552b28e941ccb3972ce6 (patch)
tree74f30e2ef756dccbfb46a5d04cd5ae0f46724c68 /textw/firewall_text.py
parent378689c9349245ec7a0d15a152b2175e9ad6a404 (diff)
downloadanaconda-3df3fe6877bcaa5cd0a8552b28e941ccb3972ce6.tar.gz
anaconda-3df3fe6877bcaa5cd0a8552b28e941ccb3972ce6.tar.xz
anaconda-3df3fe6877bcaa5cd0a8552b28e941ccb3972ce6.zip
selinux being disabled should be noop so that we go back to firewall if
going backwards (#125183)
Diffstat (limited to 'textw/firewall_text.py')
-rw-r--r--textw/firewall_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/firewall_text.py b/textw/firewall_text.py
index d12087e38..8da04537b 100644
--- a/textw/firewall_text.py
+++ b/textw/firewall_text.py
@@ -244,7 +244,7 @@ class SELinuxWindow:
def __call__(self, screen, intf, network, firewall, security):
if flags.selinux == 0:
log("selinux disabled, not showing selinux config screen")
- return INSTALL_OK
+ return INSTALL_NOOP
self.intf = intf