summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
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: