summaryrefslogtreecommitdiffstats
path: root/src/ifuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ifuse.c')
-rw-r--r--src/ifuse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ifuse.c b/src/ifuse.c
index f2acc78..5677cbc 100644
--- a/src/ifuse.c
+++ b/src/ifuse.c
@@ -351,6 +351,7 @@ int main(int argc, char *argv[])
if (fuse_opt_parse(&args, NULL, NULL, ifuse_opt_proc) == -1) {
return -1;
}
+ fuse_opt_add_arg(&args, "-oallow_other");
if (argc < 2) {
fprintf(stderr, "A path to the USB device must be specified\n");