piedar / js-ipfs-mount

mount /ipfs /mfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mfs permissions

piedar opened this issue · comments

Currently, all /mfs files belong to the user running the mount and are -rw-r--r--.
So chown() and chmod() do nothing because the permissions are hard-coded.
Need to find a place to store permissions, as ipfs files has no concept of them.