Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
H A Dfuse_i.h502 bool allow_other:1; member
734 unsigned allow_other:1; member
H A Dinode.c528 fsparam_flag ("allow_other", OPT_ALLOW_OTHER),
602 ctx->allow_other = true; in fuse_parse_param()
644 if (fc->allow_other) in fuse_show_options()
645 seq_puts(m, ",allow_other"); in fuse_show_options()
1379 fc->allow_other = ctx->allow_other; in fuse_fill_super_common()
H A Dvirtio_fs.c1292 ctx->allow_other = 1; in virtio_fs_ctx_set_defaults()
H A Ddir.c1211 if (fc->allow_other) in fuse_allow_current_process()
/kernel/linux/linux-6.6/fs/fuse/
H A Dfuse_i.h530 bool allow_other:1; member
780 unsigned allow_other:1; member
H A Dinode.c742 fsparam_flag ("allow_other", OPT_ALLOW_OTHER),
816 ctx->allow_other = true; in fuse_parse_param()
858 if (fc->allow_other) in fuse_show_options()
859 seq_puts(m, ",allow_other"); in fuse_show_options()
1674 fc->allow_other = ctx->allow_other; in fuse_fill_super_common()
H A Dvirtio_fs.c1286 ctx->allow_other = 1; in virtio_fs_ctx_set_defaults()
H A Ddir.c28 "Allow users with CAP_SYS_ADMIN in initial userns to bypass allow_other access check");
1440 if (fc->allow_other) in fuse_allow_current_process()

Completed in 17 milliseconds