Should be [PATCH -mm] -- Re: [PATCH -rt] panic on SLIM + selinux
- From: Daniel Walker <dwalker@xxxxxxxxxx>
- Date: Sat, 30 Dec 2006 07:53:27 -0800
Sorry, really for -mm .
On Sat, 2006-12-30 at 07:48 -0800, Daniel Walker wrote:
If you have both SLIM and selinux compiled into your kernel selinux will panic
if it can't register itself. The code below,
if (register_security (&selinux_ops))
panic("SELinux: Unable to register with kernel.\n");
"security/selinux/hooks.c" 5014 lines --95%-- 4811,35 96%
This could be a bug report cause I bet there's a better way to make these mutually
exclusive.
Signed-Off-By: Daniel Walker <dwalker@xxxxxxxxxx>
---
security/slim/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.19/security/slim/Kconfig
===================================================================
--- linux-2.6.19.orig/security/slim/Kconfig
+++ linux-2.6.19/security/slim/Kconfig
@@ -1,6 +1,6 @@
config SECURITY_SLIM
boolean "SLIM support"
- depends on SECURITY && SECURITY_NETWORK && INTEGRITY
+ depends on SECURITY && SECURITY_NETWORK && INTEGRITY && !SECURITY_SELINUX
help
The Simple Linux Integrity Module implements a modified low water-mark
mandatory access control integrity model.
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH -rt] panic on SLIM + selinux
- From: Daniel Walker
- [PATCH -rt] panic on SLIM + selinux
- Prev by Date: Re: [Patch] scsi: megaraid_{mm,mbox}: init fix for kdump
- Next by Date: [PATCH -mm] fix for crash in adummy_init()
- Previous by thread: [PATCH -rt] panic on SLIM + selinux
- Next by thread: [PATCH -mm] fix for crash in adummy_init()
- Index(es):
Relevant Pages
- Re: VGER does gradual SPF activation (FAQ matter)
... people who just want to shoot off a bug report or similar but who do ... not
want to be subscribed (nor can be botherd to go through the ... More majordomo info
at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/
... (Linux-Kernel) - Re: [2.6.17-rc5-mm3] Fails to compile on PowerBook
... Felix Oxley wrote: ... I have already received one bug report which seems
to indicate that ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - Re: Nigels work and the future of Suspend2.
... although I was hoping at some time that RESUME functionality would be ... Got
a link to the bug report? ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - Re: [PATCH] use %p for pointers
... might happen to work on some architectures (where sizeof(void ... Make a bug
report perhaps? ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - Re: Bio & Biovec-1 increasing cache size, never freed during disk IO
... Attached slabinfo dump and dmesg dump. ... mca cmov pat pse36 clflush mmx
fxsr sse sse2 syscall nx mmxext ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel)