Home
last modified time | relevance | path

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

/openbmc/qemu/block/export/
H A Dfuse.c60 bool allow_other; member
76 bool allow_other, Error **errp);
184 args->allow_other = FUSE_EXPORT_ALLOW_OTHER_AUTO; in fuse_export_create()
194 if (args->allow_other == FUSE_EXPORT_ALLOW_OTHER_AUTO) { in fuse_export_create()
197 exp->allow_other = ret == 0; in fuse_export_create()
202 exp->allow_other = args->allow_other == FUSE_EXPORT_ALLOW_OTHER_ON; in fuse_export_create()
203 ret = setup_fuse_export(exp, args->mountpoint, exp->allow_other, errp); in fuse_export_create()
232 bool allow_other, Error **errp) in setup_fuse_export() argument
245 allow_other ? ",allow_other" : ""); in setup_fuse_export()
504 if (exp->allow_other) { in fuse_setattr()
[all …]
/openbmc/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/
/openbmc/qemu/qapi/
H A Dblock-export.json146 # Possible allow_other modes for FUSE exports.
148 # @off: Do not pass allow_other as a mount option.
150 # @on: Pass allow_other as a mount option.
152 # @auto: Try mounting with allow_other first, and if that fails, retry
153 # without allow_other.
176 # allow_other as a non-root user requires user_allow_other to be
179 # mount the export with allow_other, and if that fails, try again
/openbmc/linux/Documentation/filesystems/
H A 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
/openbmc/linux/fs/fuse/
H A Dfuse_i.h530 bool allow_other:1; member
780 unsigned allow_other:1; member
H A Dinode.c832 ctx->allow_other = true; in fuse_parse_param()
874 if (fc->allow_other) in fuse_show_options()
1697 fc->allow_other = ctx->allow_other; in fuse_fill_super_common()
H A Dvirtio_fs.c1296 ctx->allow_other = 1; in virtio_fs_ctx_set_defaults()
H A Ddir.c1441 if (fc->allow_other) in fuse_allow_current_process()