matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
250 stars 80 forks source link

Update Readme: root is not needed on debian #70

Open marczz opened 7 years ago

marczz commented 7 years ago

The Readme state:

By default on debian system you need to be root to mount a fuse filesystem.

It is not the case as say the SystemGroups Page

Users are allowed to use fuse if they could read and write to /dev/fuse ie they are in group fuse on debian system. Starting with Debian 8 (Jessie) this group is not required anymore.

And I checked that I can mount MegaFuse as user on Debian Jessie.