511cd65e2a
accidentally (second part)
18 lines
624 B
Plaintext
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.
|