summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-07-07 20:31:59 +0000
committerJeremy Katz <katzj@redhat.com>2004-07-07 20:31:59 +0000
commit8afc565c8586edd164b9538675c7cb0e5d826415 (patch)
tree3ec3d1f36297e5f0d6d85582c7ab76465b6a7225 /constants.py
parent34d22e7e8a965eb97c5198f015341dd8a9d5077e (diff)
downloadanaconda-8afc565c8586edd164b9538675c7cb0e5d826415.tar.gz
anaconda-8afc565c8586edd164b9538675c7cb0e5d826415.tar.xz
anaconda-8afc565c8586edd164b9538675c7cb0e5d826415.zip
re-enable selinux by default
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index f2019705d..a9af81949 100644
--- a/constants.py
+++ b/constants.py
@@ -19,7 +19,7 @@ BETANAG = 1
DEBUG = 0
-SELINUX_DEFAULT = 0
+SELINUX_DEFAULT = 1
cmdline = open("/proc/cmdline", "r").read()
if cmdline.find("debug") != -1: