fuse/fuse-README.fedora
Thorsten Leemhuis 511cd65e2a revert back to fuse (the filesystem) 2.4.2-2 ; pfj overwrote is
accidentally (second part)
2006-01-15 10:16:27 +00:00

18 lines
624 B
Plaintext

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