remove allow_other in fuse

fix-39
deadc0de6 10 months ago
parent 055fe8a0ca
commit b057bde35d

@ -33,7 +33,6 @@ class Fuser:
fuse.FUSE(filesystem,
mountpoint,
foreground=debug,
allow_other=True,
nothreads=True,
debug=debug)

Loading…
Cancel
Save