sahib / brig

File synchronization on top of ipfs with git like interface & web based UI
https://brig.readthedocs.io
GNU Affero General Public License v3.0
567 stars 33 forks source link

uncached files shown as broken symlinks in the fuse offline mode #72

Closed evgmik closed 3 years ago

evgmik commented 3 years ago

Closes #65

Additional/necessary changes

Added func (fi File) Readlink(ctx context.Context, req fuse.ReadlinkRequest) (string, error) to resolve name of the link.

Changed default write permissions from rwx rwx rwx to rw- r-- ---

sahib commented 3 years ago

It might be also worth to add a test for this behavior.