Home
last modified time | relevance | path

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

/linux/tools/perf/Documentation/
H A Dguestmount.txt9 $ sshfs -o allow_other,direct_io -p 5551 localhost:/ 8888/
10 $ sshfs -o allow_other,direct_io -p 5552 localhost:/ 9999/
/linux/Documentation/filesystems/fuse/
H A Dfuse.rst89 'allow_other' mount option.
91 allow_other
308 set, the mounting user can add the 'allow_other' mount option which
311 User namespaces have an unintuitive interaction with 'allow_other':
313 'allow_other' - could do so in a user namespace where they're
314 privileged. If any process could access such an 'allow_other' mount
317 reason 'allow_other' restricts access to users in the same userns
322 irrespective of allow_other setting or user namespace of the
/linux/fs/fuse/
H A Dfuse_i.h613 bool allow_other:1; member
868 unsigned allow_other:1; member
H A Dinode.c882 ctx->allow_other = true; in fuse_parse_param()
924 if (fc->allow_other) in fuse_show_options()
1878 fc->allow_other = ctx->allow_other; in fuse_fill_super_common()
H A Dvirtio_fs.c1532 ctx->allow_other = 1; in virtio_fs_ctx_set_defaults()
H A Ddir.c1676 if (fc->allow_other) in fuse_allow_current_process()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.h163 u32 allow_other; member
H A Dpanthor_sched.c1448 csg_iface->input->allow_other = group->tiler_core_mask; in csg_slot_prog_locked()