Thread (36 messages) 36 messages, 6 authors, 2024-03-12

Re: [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook

From: Eric Biggers <ebiggers@kernel.org>
Date: 2024-03-12 03:07:15
Also in: dm-devel, linux-block, linux-doc, linux-fscrypt, linux-integrity, lkml

On Mon, Mar 11, 2024 at 07:57:12PM -0700, Eric Biggers wrote:
As I've said before, this commit message needs some work.  It currently doesn't
say anything about what the patch actually does.

BTW, please make sure you're Cc'ing the fsverity mailing list
(fsverity@lists.linux.dev), not fscrypt (linux-fscrypt@vger.kernel.org).
Also, I thought this patch was using a new LSM hook, but I now see that you're
actually abusing the existing security_inode_setsecurity() LSM hook.  Currently
that hook is called when an xattr is set.  I don't see any precedent for
overloading it for other purposes.  This seems problematic, as it means that a
request to set an xattr with the name you chose ("fsverity.builtin-sig") will be
interpreted by LSMs as the fsverity builtin signature.  A dedicated LSM hook may
be necessary to avoid issues with overloading the existing xattr hook like this.

- Eric
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help