* [PATCH] slim: makefile fix
@ 2006-09-20 16:48 Kylene Jo Hall
0 siblings, 0 replies; only message in thread
From: Kylene Jo Hall @ 2006-09-20 16:48 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, Serge Hallyn, Mimi Zohar, Dave Safford, sds
Thanks to Stephen Smalley for pointing out that slim was added to the
wrong place in the Makefile. This patch fixes the problem.
Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
---
security/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.18-rc6-orig/security/Makefile 2006-09-18 16:41:38.000000000 -0500
+++ linux-2.6.18-rc6/security/Makefile 2006-09-19 13:22:25.000000000 -0500
@@ -3,7 +3,6 @@
#
obj-$(CONFIG_KEYS) += keys/
-obj-$(CONFIG_SECURITY_SLIM) += slim/
subdir-$(CONFIG_SECURITY_SELINUX) += selinux
# if we don't select a security model, use the default capabilities
@@ -15,6 +14,7 @@ endif
obj-$(CONFIG_SECURITY) += security.o dummy.o inode.o
obj-$(CONFIG_INTEGRITY) += integrity.o integrity_dummy.o
# Must precede capability.o in order to stack properly.
+obj-$(CONFIG_SECURITY_SLIM) += slim/
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-20 16:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-20 16:48 [PATCH] slim: makefile fix Kylene Jo Hall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®