Home
last modified time | relevance | path

Searched refs:allow_other (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/perf/Documentation/
Dguestmount.txt9 $ sshfs -o allow_other,direct_io -p 5551 localhost:/ 8888/
10 $ sshfs -o allow_other,direct_io -p 5552 localhost:/ 9999/
/Linux-v6.6/Documentation/filesystems/
Dfuse.rst89 'allow_other' mount option.
91 allow_other
294 set, the mounting user can add the 'allow_other' mount option which
297 User namespaces have an unintuitive interaction with 'allow_other':
299 'allow_other' - could do so in a user namespace where they're
300 privileged. If any process could access such an 'allow_other' mount
303 reason 'allow_other' restricts access to users in the same userns
308 irrespective of allow_other setting or user namespace of the
/Linux-v6.6/fs/fuse/
Dfuse_i.h515 bool allow_other:1; member
765 unsigned allow_other:1; member
Dinode.c761 ctx->allow_other = true; in fuse_parse_param()
803 if (fc->allow_other) in fuse_show_options()
1602 fc->allow_other = ctx->allow_other; in fuse_fill_super_common()
Dvirtio_fs.c1286 ctx->allow_other = 1; in virtio_fs_ctx_set_defaults()
Ddir.c1436 if (fc->allow_other) in fuse_allow_current_process()