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 --- AUTHORS | 1 + src/ifuse.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 02911a2..e9eddfc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,3 +6,4 @@ Christophe Fergeau Paul Sladen Zoltan Balaton Nikias Bassen +Fernando Silveira 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