Thorsten Leemhuis 511cd6
This fuse package for security reasons only allows members of the group "fuse"
Thorsten Leemhuis 511cd6
to (u)mount fuse filesystems. If you for example want to allow the user "foo" 
Thorsten Leemhuis 511cd6
to mount fuse filesystems you have to add him to the fuse group by running
Thorsten Leemhuis 511cd6
Thorsten Leemhuis 511cd6
# /usr/sbin/usermod -a -G fuse foo
Thorsten Leemhuis 511cd6
Thorsten Leemhuis 511cd6
Or use tools like "system-config-users" to add user "foo" to the fuse group.
Thorsten Leemhuis 511cd6
Thorsten Leemhuis 511cd6
Note that the user has to re-login after he was added to the group.
Thorsten Leemhuis 511cd6
Thorsten Leemhuis 511cd6
Thorsten Leemhuis 511cd6
If you don't want to add all users to the fuse group you can also run
Thorsten Leemhuis 511cd6
Thorsten Leemhuis 511cd6
# chmod 4755 /usr/bin/fusermount
Thorsten Leemhuis 511cd6
Thorsten Leemhuis 511cd6
to allow everyone to mount fuse filesystems. You have to re-run that command
Thorsten Leemhuis 511cd6
after each fuse update.