Searched hist:"5157 da2ca42cbeca01709e29ce7b797cffed2432" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | dir.c | diff 5157da2ca42cbeca01709e29ce7b797cffed2432 Tue May 19 07:50:37 CDT 2020 Miklos Szeredi <mszeredi@redhat.com> 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>
|