Thread (55 messages) 55 messages, 8 authors, 2018-04-11

Re: [PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata

From: Al Viro <viro@ZenIV.linux.org.uk>
Date: 2018-02-27 01:23:34
Also in: linux-api, linux-fsdevel, linux-security-module, lkml

On Tue, Feb 27, 2018 at 12:57:21AM +0000, Al Viro wrote:
On Tue, Feb 27, 2018 at 01:41:11AM +0100, Mickaël Salaün wrote:
quoted
The function current_nameidata_security(struct inode *) can be used to
retrieve a blob's pointer address tied to the inode being walk through.
This enable to follow a path lookup and know where an inode access come
from. This is needed for the Landlock LSM to be able to restrict access
to file path.

The LSM hook nameidata_free_security(struct inode *) is called before
freeing the associated nameidata.
NAK.  Not without well-defined semantics and "some Linux S&M uses that for
something, don't ask what" does not count.
Incidentally, pathwalk mechanics is subject to change at zero notice, so
if you want something, you'd better
	* have explicitly defined semantics
	* explain what it is - on fsdevel
	* not have it hidden behind the layers of opaque LSM dreck, pardon
the redundance.

Again, pathwalk internals have changed in the past and may bloody well
change again in the future.  There's a damn good reason why struct nameidata
is _not_ visible outside of fs/namei.c, and quietly relying upon any
implementation details is no-go.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help