From 8afc565c8586edd164b9538675c7cb0e5d826415 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 7 Jul 2004 20:31:59 +0000 Subject: re-enable selinux by default --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants.py') 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: -- cgit