Re: [PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing

From: David Howells
Date: Thu Sep 08 2022 - 16:31:42 EST


Anna Schumaker <anna@xxxxxxxxxx> wrote:

> > + fc->lsm_set = true;
>
> I was wondering if there is any way to have security_sb_set_mnt_opts()
> or security_sb_clone_mnt_opts() set this value automatically? A quick
> "git-grep" for security_sb_set_mnt_opts() shows that it's also called
> by btrfs at some point, so having this done automatically feels less
> fragile to me than requiring individual filesystems to set it
> manually.

Hmmm... I wonder if cifs and afs should be calling
security_sb_clone_mnt_opts() also.

David