From 7cd9a554db66914735e6430f6c5b6362b8c5460a Mon Sep 17 00:00:00 2001 From: Fernando Silveira Date: Sat, 9 Jan 2010 14:46:43 -0800 Subject: Remove hardcoded allow_other fuse argument as some distros don't allow it. Signed-off-by: Matt Colyer --- src/ifuse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ifuse.c') diff --git a/src/ifuse.c b/src/ifuse.c index a0a20da..f0303f5 100644 --- a/src/ifuse.c +++ b/src/ifuse.c @@ -671,7 +671,6 @@ int main(int argc, char *argv[]) if (fuse_opt_parse(&args, NULL, ifuse_opts, ifuse_opt_proc) == -1) { return -1; } - fuse_opt_add_arg(&args, "-oallow_other"); if (!opts.mount_point) { fprintf(stderr, "ERROR: No mount point specified\n"); -- cgit v1.1-32-gdbae