Skip to content
Snippets Groups Projects
Commit 99d3552d authored by Miklos Szeredi's avatar Miklos Szeredi Committed by Tomeu Vizoso
Browse files

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: default avatarNikolaus Rath <Nikolaus@rath.org>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 77f20f9e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment