[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFxcK87o3Yp26R0R+-XKNdZ92hjKBkjNbNAHFDX0FBmtSA@mail.gmail.com>
Date: Wed, 16 May 2012 09:09:58 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Mimi Zohar <zohar@...ux.vnet.ibm.com>
Cc: Eric Paris <eparis@...isplace.org>,
James Morris <jmorris@...ei.org>,
Al Viro <viro@...iv.linux.org.uk>,
Mimi Zohar <zohar@...ibm.com>,
linux-security-module@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] vfs: fix IMA lockdep circular locking dependency
On Wed, May 16, 2012 at 8:47 AM, Mimi Zohar <zohar@...ux.vnet.ibm.com> wrote:
>
> The default
> today, without LSM enabled, is to call the cap functions directly from
> the security stub functions,
.. I wouldn't call that the default actually: the default today is
pretty much whatever "makes sense".
A *lot* of them just do "return 0" (or, for the ones without a return
value, nothing at all).
In fact, I think it's most of them by far.
Some of them return errors (-EOPNOTSUPP).
So really only for a small subset of the simple cases do the security
wrapper inlines call the cap functions directly. Those simple cases
tend to happen to be at the top of the list, though, so it may seem
more common at first glance than it actually is.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists