* [PATCH] 5 of 5 IMA: Makefile
@ 2005-06-15 15:01 Reiner Sailer
0 siblings, 0 replies; only message in thread
From: Reiner Sailer @ 2005-06-15 15:01 UTC (permalink / raw)
To: LKML, LSM
Cc: Chris Wright, Greg KH, Emily Rattlif, Kylene Hall, Tom Lendacky,
Reiner Sailer
This (last) patch related to IMA applies against linux-2.6.12-rc6-mm1
and provides a patch to the top-level kernel Makefile changing the compile
order of the crypto and security directories. This patch ensures that
the crypto API is initialized before IMA initializes. IMA needs
crypto/SHA1 at initialization time.
Signed-off-by: Reiner Sailer <sailer@watson.ibm.com>
---
diff -uprN linux-2.6.12-rc6-mm1_orig/Makefile linux-2.6.12-rc6-mm1-ima/Makefile
--- linux-2.6.12-rc6-mm1_orig/Makefile 2005-06-14 11:34:27.000000000 -0400
+++ linux-2.6.12-rc6-mm1-ima/Makefile 2005-06-14 16:25:16.000000000 -0400
@@ -563,7 +563,7 @@ export MODLIB
ifeq ($(KBUILD_EXTMOD),)
-core-y += kernel/ mm/ fs/ ipc/ security/ crypto/
+core-y += kernel/ mm/ fs/ ipc/ crypto/ security/
vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
$(core-y) $(core-m) $(drivers-y) $(drivers-m) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-15 14:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-15 15:01 [PATCH] 5 of 5 IMA: Makefile Reiner Sailer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox