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)