EtiennePerot / fuse-jna

No-nonsense, actually-working Java bindings to FUSE using JNA.
http://fusejna.net/
Other
137 stars 43 forks source link

allow_other option #25

Closed vadimzalunin closed 11 years ago

vadimzalunin commented 11 years ago

Is there a way to specify this option similar to '-o allow_other' in fusermount? Right now file permissions look like question marks for other users:

ls -la /tmp ls: cannot access /tmp/qwe: Permission denied total 28 drwxrwxrwt 8 root root 4096 Sep 11 12:17 . dr-xr-xr-x 28 root root 4096 Mar 14 14:49 .. d????????? ? ? ? ? ? qwe

vadimzalunin commented 11 years ago

Found it in net.fusejna.util.FuseFilesystemAdapterFull.getOptions()