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