Bug#329328: sysvinit attempts to mount selinux when it is not available

2005-11-29 Thread Ryan Finnie
You can also export SELINUX_INIT=NO in the initrd before executing 
/sbin/init to prevent it from attempting to initialize selinux.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#329328: sysvinit attempts to mount selinux when it is not available

2005-09-22 Thread C.Y.M
This fixes the problem.. although its not a real fix.

--- rules.orig  2005-09-22 03:39:27.0 -0700
+++ rules   2005-09-22 03:31:28.0 -0700
@@ -30,7 +30,7 @@
 # Builds the binary package.
$(checkdir)
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-   (cd src; make DISTRO=Debian WITH_SELINUX="yes")
+   (cd src; make DISTRO=Debian WITH_SELINUX="no")
 else
(cd src; make DISTRO=Debian)
 endif



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#329328: sysvinit attempts to mount selinux when it is not available

2005-09-21 Thread C.Y.M
Package: sysvinit
Version: 2.86.ds1-2


Sysvinit attempts to mount /selinux on boot and fails (but selinux is not
currently enabled).  Sysvinit should check if selinux is available before
attempting to mount it.


Regards,





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]