From b914714fbacc0f6391175783d86feccc0f5078a9 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Wed, 28 Apr 2010 11:43:28 +0100 Subject: [PATCH] remove allow_other option (disabled by default in Debian) --- cmd/fuse-cmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/fuse-cmd.py b/cmd/fuse-cmd.py index 6488097..c03dd26 100755 --- a/cmd/fuse-cmd.py +++ b/cmd/fuse-cmd.py @@ -125,6 +125,5 @@ if opt.foreground: f.fuse_args.setmod('foreground') print f.multithreaded f.multithreaded = False -f.fuse_args.add('allow_other') f.main() -- 2.39.5