From: Adrian Bunk <bunk@stusta.de>
To: serue@us.ibm.com
Cc: lkml <linux-kernel@vger.kernel.org>,
linux-security-module@wirex.com, Andrew Morton <akpm@osdl.org>,
Stephen Smalley <sds@tycho.nsa.gov>,
James Morris <jmorris@redhat.com>, Chris Wright <chrisw@osdl.org>
Subject: Re: [PATCH -mm 3/3] [LSM] Stacking support for inode_init_security
Date: Tue, 23 Aug 2005 01:11:11 +0200 [thread overview]
Message-ID: <20050822231111.GM9927@stusta.de> (raw)
In-Reply-To: <20050822165209.GB5511@sergelap.austin.ibm.com>
On Mon, Aug 22, 2005 at 11:52:09AM -0500, serue@us.ibm.com wrote:
> Quoting serue@us.ibm.com (serue@us.ibm.com):
> > This patch adds two stackable test LSMs which only define
> > inode_init_security(). Any file created while these modules are
> > loaded should have the xattrs ("security.name1", "value1") and
> > ("security.name2", "value2").
> >
> > thanks,
> > -serge
>
> I'd forgotten a 'quilt add'. The following trivial patch against
> security/Makefile is necessary to actually compile the test LSMs...
>
> thanks,
> -serge
>
> Signed-off-by: Serge Hallyn <serue@us.ibm.com>
>
> Index: linux-2.6.13-rc6-mm1/security/Makefile
> ===================================================================
> --- linux-2.6.13-rc6-mm1.orig/security/Makefile 2005-08-21 21:19:32.000000000 -0500
> +++ linux-2.6.13-rc6-mm1/security/Makefile 2005-08-22 15:19:41.000000000 -0500
> @@ -19,3 +19,4 @@ obj-$(CONFIG_SECURITY_CAPABILITIES) += c
> obj-$(CONFIG_SECURITY_CAP_STACK) += commoncap.o cap_stack.o
> obj-$(CONFIG_SECURITY_ROOTPLUG) += commoncap.o root_plug.o
> obj-$(CONFIG_SECURITY_SECLVL) += seclvl.o
> +obj-m += testinitsec1.o testinitsec2.o
You want to build these modules always and always modular?
No matter whether the security subsystem is built modular or static?
No matter whether the user has enabled or completely disabled the
security subsystem?
...
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2005-08-22 23:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-22 8:04 [PATCH -mm] [LSM] Stacking support for inode_init_security serue
2005-08-22 8:04 ` serue
2005-08-22 8:19 ` [PATCH -mm 2/3] " serue
2005-08-22 8:19 ` serue
2005-08-22 8:20 ` [PATCH -mm 3/3] " serue
2005-08-22 16:52 ` serue
2005-08-22 23:11 ` Adrian Bunk [this message]
2005-08-22 23:14 ` Chris Wright
2005-08-22 19:57 ` serue
2005-08-22 16:50 ` [PATCH -mm] " serue
2005-08-22 16:50 ` serue
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=20050822231111.GM9927@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=chrisw@osdl.org \
--cc=jmorris@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@wirex.com \
--cc=sds@tycho.nsa.gov \
--cc=serue@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.