lkml.org 
[lkml]   [2013]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v12 0/9] LSM: Multiple concurrent LSMs
    Hi Casey,

    On Mon, 07 Jan 2013 17:54:24 -0800 Casey Schaufler <casey@schaufler-ca.com> wrote:
    >
    > Subject: [PATCH v12 0/9] LSM: Multiple concurrent LSMs
    >
    > Change the infrastructure for Linux Security Modules (LSM)s
    > from a single vector of hook handlers to a list based method
    > for handling multiple concurrent modules.
    >
    > A level of indirection has been introduced in the handling of
    > security blobs. LSMs no longer access ->security fields directly,
    > instead they use an abstraction provided by lsm_[gs]et field
    > functions.
    >
    > The XFRM hooks are only used by SELinux and it is not clear
    > that they can be shared. The First LSM that registers using
    > those hooks gets to use them. Any subsequent LSM that uses
    > those hooks is denied registration.
    >
    > Secids have not been made shareable. Only one LSM that uses
    > secids (SELinux and Smack) can be used at a time. The first
    > to register wins.
    >
    > The "security=" boot option takes a comma separated list of
    > LSMs, registering them in the order presented. The LSM hooks
    > will be executed in the order registered. Hooks that return
    > errors are not short circuited. All hooks are called even
    > if one of the LSM hooks fails. The result returned will be
    > that of the last LSM hook that failed.
    >
    > Some hooks don't fit that model. setprocattr, getprocattr,
    > and a few others are special cased. All behavior from
    > security/capability.c has been moved into the hook handling.
    > The security/commoncap functions used to get called from
    > the LSM specific code. The handling of the capability
    > functions has been moved out of the LSMs and into the
    > hook handling.
    >
    > The /proc/*/attr interfaces are given to one LSM. This
    > can be done by setting CONFIG_SECURITY_PRESENT. Additional
    > interfaces have been created in /proc/*/attr so that
    > each LSM has its own named interfaces.
    >
    > Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>

    Let me ask Andrew's question: Why do you want to do this (what is the
    use case)? What does this gain us?

    Also, you should use unique subjects for each of the patches in the
    series.

    --
    Cheers,
    Stephen Rothwell sfr@canb.auug.org.au
    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2013-01-08 04:41    [W:3.151 / U:0.116 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site