From: anax anax@ayni.com
binary /usr/bin/fusermount. This binary was installed without execute permission for everybody, so it could be invoked only by the userid root and members of the group fuse, which is not, what i had expected.
Same permissions as with CentOS 5...
# ll /bin/fusermount -rwsr-x--- 1 root fuse 23692 sep 3 2009 /bin/fusermount
# ll /bin/fusermount -rwsr-x--- 1 root fuse 28648 Nov 11 2010 /bin/fusermount
I would suspect that allowing anybody to use this suid command by default would maybe not be a good idea... Just add yourself to the fuse group.
JD