Re: [PATCH 08/33] vfs: Add LSM hooks for the new mount API [ver #11]

From: David Howells
Date: Wed Aug 01 2018 - 18:53:21 EST


James Morris <jmorris@xxxxxxxxx> wrote:

> > (2) A hook to snoop source specifications.
>
>
> What are source specifications?

"/dev/sda1" or "my.nfs.server:/foo/bar".

Actually, this hook is now gone. Source specification is done by way of a
parameter with key of "source" and this can be specified multiple times if the
filesystem supports it (bcachefs for example).

David