Re: [PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
From: David Howells
Date: Thu Sep 01 2022 - 07:47:28 EST
Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
> What's the reason for difference between selinux and smack instances of
> context_init? The former allocates only on submount, the latter -
> unconditionally...
I changed selinux to be conditional, but forgot to do the same to smack. I'll
fix that.
David