[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4b3fff12-f696-3d02-5873-645fef2117e1@digikod.net>
Date: Wed, 31 May 2023 17:22:05 +0200
From: Mickaël Salaün <mic@...ikod.net>
To: Christoph Hellwig <hch@....de>,
Christian Brauner <brauner@...nel.org>
Cc: Xiu Jianfeng <xiujianfeng@...wei.com>, gregkh@...uxfoundation.org,
rafael@...nel.org, viro@...iv.linux.org.uk, dhowells@...hat.com,
code@...icks.com, hirofumi@...l.parknet.co.jp,
linkinjeon@...nel.org, sfrench@...ba.org, senozhatsky@...omium.org,
tom@...pey.com, chuck.lever@...cle.com, jlayton@...nel.org,
miklos@...redi.hu, paul@...l-moore.com, jmorris@...ei.org,
serge@...lyn.com, stephen.smalley.work@...il.com,
eparis@...isplace.org, casey@...aufler-ca.com, dchinner@...hat.com,
john.johansen@...onical.com, mcgrof@...nel.org,
mortonm@...omium.org, fred@...udflare.com, mpe@...erman.id.au,
nathanl@...ux.ibm.com, gnoack3000@...il.com,
roberto.sassu@...wei.com, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-cachefs@...hat.com,
ecryptfs@...r.kernel.org, linux-cifs@...r.kernel.org,
linux-nfs@...r.kernel.org, linux-unionfs@...r.kernel.org,
linux-security-module@...r.kernel.org, selinux@...r.kernel.org,
wangweiyang2@...wei.com
Subject: Re: [PATCH -next 0/2] lsm: Change inode_setattr() to take struct
On 30/05/2023 16:28, Christoph Hellwig wrote:
> On Tue, May 30, 2023 at 03:58:35PM +0200, Christian Brauner wrote:
>> The main concern which was expressed on other patchsets before is that
>> modifying inode operations to take struct path is not the way to go.
>> Passing struct path into individual filesystems is a clear layering
>> violation for most inode operations, sometimes downright not feasible,
>> and in general exposing struct vfsmount to filesystems is a hard no. At
>> least as far as I'm concerned.
>
> Agreed. Passing struct path into random places is not how the VFS works.
I understand, it makes sense for the FS layer to not get access to
things not required. IIUC, the main issue is the layering, with LSM
calls being sometime at the last layer.
>
>> So the best way to achieve the landlock goal might be to add new hooks
>
> What is "the landlock goal", and why does it matter?
Landlock's goal is to enable (unprivileged) users to set their own
access rights for their (ephemeral) processes (on top of the existing
access-controls of course) i.e., to sandbox applications. Landlock rules
are defined by users, and then according to the FS topology they see.
This means that Landlock relies on inodes and mount points to define and
enforce a policy.
>
>> or not. And we keep adding new LSMs without deprecating older ones (A
>> problem we also face in the fs layer.) and then they sit around but
>> still need to be taken into account when doing changes.
>
> Yes, I'm really worried about th amount of LSMs we have, and the weird
> things they do.
About Landlock, it's a new LSM that fit an actual need. I'd be glad to
hear about not recommended things and how to improve the situation. I
don't know all the history between VFS and LSM.
Powered by blists - more mailing lists