From b057bde35d600b8df88b385967d1c2a16ede5ad0 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 22 Jul 2023 22:02:34 +0200 Subject: [PATCH] remove allow_other in fuse --- catcli/fuser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catcli/fuser.py b/catcli/fuser.py index 50cf6be..4efc553 100644 --- a/catcli/fuser.py +++ b/catcli/fuser.py @@ -33,7 +33,6 @@ class Fuser: fuse.FUSE(filesystem, mountpoint, foreground=debug, - allow_other=True, nothreads=True, debug=debug)