linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris Wright <chrisw@sous-sol.org>
To: JanuGerman <doublemalam@yahoo.co.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: LSM Stacking
Date: Tue, 13 Mar 2007 14:17:03 -0700	[thread overview]
Message-ID: <20070313211703.GQ6602@sequoia.sous-sol.org> (raw)
In-Reply-To: <20070313074439.22410.qmail@web86912.mail.ukl.yahoo.com>

* JanuGerman (doublemalam@yahoo.co.uk) wrote:
> My question is that whether root_plug.c security
> module is stacked with the SELinux security module or
> not. If root_plug.c is stacked, where i can find the
> code which handles the stacking of SELinux and
> root_plug.c within the kernel.

Look at rootplug_init where it does mod_reg_security.
If you have SELinux builtin, and subsequently register
rootplug, it will stack under SELinux.  Typically this
isn't the case (typically stacks with capabilities).

> Further, any pointer to stacking mechansims in Linux
> 2.6.* kernel will be highly appreciated.

Check the linux-security-module archives.  This issue
has been discussed quite extensively numerous times
there.

thanks,
-chris

      reply	other threads:[~2007-03-13 21:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-13  7:44 LSM Stacking JanuGerman
2007-03-13 21:17 ` Chris Wright [this message]

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=20070313211703.GQ6602@sequoia.sous-sol.org \
    --to=chrisw@sous-sol.org \
    --cc=doublemalam@yahoo.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).