From: Reiner Sailer <sailer@watson.ibm.com>
To: LKML <linux-kernel@vger.kernel.org>,
LSM <linux-security-module@mail.wirex.com>
Cc: Chris Wright <chrisw@osdl.org>, Greg KH <greg@kroah.com>,
Emily Rattlif <emilyr@us.ibm.com>,
Kylene Hall <kylene@us.ibm.com>, Tom Lendacky <toml@us.ibm.com>,
Reiner Sailer <sailer@us.ibm.com>
Subject: [PATCH] 5 of 5 IMA: Makefile
Date: Wed, 15 Jun 2005 11:01:28 -0400 [thread overview]
Message-ID: <1118847688.2269.25.camel@secureip.watson.ibm.com> (raw)
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) \
reply other threads:[~2005-06-15 14:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1118847688.2269.25.camel@secureip.watson.ibm.com \
--to=sailer@watson.ibm.com \
--cc=chrisw@osdl.org \
--cc=emilyr@us.ibm.com \
--cc=greg@kroah.com \
--cc=kylene@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@mail.wirex.com \
--cc=sailer@us.ibm.com \
--cc=toml@us.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox