On 12/6/21 16:14, James Bottomley wrote:
On Mon, 2021-12-06 at 12:25 -0500, Stefan Berger wrote:
[...]
v3:
- Further modifications to virtualized SecurityFS following James's
posted patch
- Dropping of early teardown for user_namespaces since not needed
anymore
This is my incremental to this series that moves the namespaced
securityfs away from using a vfsmount and on to a root dentry instead,
meaning we can call the blocking notifier from fill_super as Christian
requested (and thus can remove the securityfs_notifier_sent indicator
since it's only called once).
Thanks. I have this now in a branch for v4.
Stefan