From 3bc1fa8ae18f281b40903cce94baba10c3cf9d88 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 29 Sep 2006 01:59:49 -0700 Subject: [PATCH] LSM: remove BSD secure level security module This code has suffered from broken core design and lack of developer attention. Broken security modules are too dangerous to leave around. It is time to remove this one. Signed-off-by: Chris Wright Acked-by: Michael Halcrow Acked-by: Serge Hallyn Cc: Davi Arnaut Acked-by: Greg Kroah-Hartman Acked-by: James Morris Acked-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- security/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 8cbbf2f3670..ef87df2f50a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -16,4 +16,3 @@ obj-$(CONFIG_SECURITY) += security.o dummy.o inode.o obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o obj-$(CONFIG_SECURITY_CAPABILITIES) += commoncap.o capability.o obj-$(CONFIG_SECURITY_ROOTPLUG) += commoncap.o root_plug.o -obj-$(CONFIG_SECURITY_SECLVL) += seclvl.o -- cgit v1.2.3