]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
kernel: Disable selinux at boot time.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Nov 2010 14:17:16 +0000 (15:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Nov 2010 14:17:16 +0000 (15:17 +0100)
We do not enable this by default at the moment because
selinux support is not stable (and may be it will not be
in a while).

If you want to do some more testing on selinux pass selinux=1
to the kernel command line.

pkgs/core/kernel/config
pkgs/core/kernel/kernel.nm

index a590ffda9abe3dba0d6db4b7c87118d1b5c2a0bd..c8700881e671247fca913c7f8024aa93dc974cfa 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.36
-# Mon Nov  8 13:20:49 2010
+# Sat Nov 27 13:07:53 2010
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -3887,7 +3887,7 @@ CONFIG_INTEL_TXT=y
 CONFIG_LSM_MMAP_MIN_ADDR=65536
 CONFIG_SECURITY_SELINUX=y
 CONFIG_SECURITY_SELINUX_BOOTPARAM=y
-CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
+CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0
 CONFIG_SECURITY_SELINUX_DISABLE=y
 CONFIG_SECURITY_SELINUX_DEVELOP=y
 CONFIG_SECURITY_SELINUX_AVC_STATS=y
index b221fcc8f3c113106c92a1c32df422a8bd2971a2..28509f59aede5fb6059071f46b43663167df0165 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = linux
 PKG_VER        = 2.6.36
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
 PKG_GROUP      = System/Kernels