From 02c4a3f0830372eca5f4602056d2733ff583ccdd Mon Sep 17 00:00:00 2001 From: Vincent Ollivier Date: Thu, 1 Dec 2022 22:57:31 +0100 Subject: [PATCH] Remove allow other --- run/moros-fuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/moros-fuse.py b/run/moros-fuse.py index ac19f1ce..fcde0a0a 100644 --- a/run/moros-fuse.py +++ b/run/moros-fuse.py @@ -255,4 +255,4 @@ def unlink(self, path): parser.add_argument('mount') args = parser.parse_args() #logging.basicConfig(level=logging.DEBUG) - fuse = FUSE(MorosFuse(args.image), args.mount, ro=False, foreground=True, allow_other=True) + fuse = FUSE(MorosFuse(args.image), args.mount, ro=False, foreground=True)