commit | 5157da2ca42cbeca01709e29ce7b797cffed2432 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Tue May 19 14:50:37 2020 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Tue May 19 14:50:37 2020 +0200 |
tree | 6d46fbd5faea1d2a8c5bff2d14c1be1535d7bd86 | |
parent | 614c026e8a46636198da93ec30719f93975bb26a [diff] |
fuse: always allow query of st_dev Fuse mounts without "allow_other" are off-limits to all non-owners. Yet it makes sense to allow querying st_dev on the root, since this value is provided by the kernel, not the userspace filesystem. Allow statx(2) with a zero request mask to succeed on a fuse mounts for all users. Reported-by: Nikolaus Rath <Nikolaus@rath.org> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>