2008-10-1
22:44
libfuse2 woes
Posted by Luke Schierer under technical | Permalink | | Leave A Comment
Discovered tonight that libfuse2 forces fuse file systems, such as gluster, to mount with nodev,nosuid. This means that I cannot host an ikiwiki with CGI support on a gluster file system. This does not please me.
I would really like to see this, and read/write shared mmaps (for spamprobe and similar) to be supported in fuse file systems (and naturally gluster in particular).
One Response to “libfuse2 woes”
Leave a Reply
You must be logged in to post a comment.

[...] a correction to my previous post, libfuse2 is not in fact at fault here. I am able to mount an sshfs with the suid option. The [...]