You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once cryptomator/cryptofs#47 is fixed, we can support xattrs. Regarding error codes, we should stick to the osx manpage, which has a more detailed distinction between different errors.
Noteworthy: E2BIG and ENAMETOOLONG should be handled correctly, since the size might increase due to the encryption layer.
The text was updated successfully, but these errors were encountered:
Since this is a different project, we already implemented in this layer the xattr support, but return the "ENOTSUP" if the underlying java filesystem not support UserDefinedAttributeView.
Once cryptomator/cryptofs#47 is fixed, we can support xattrs. Regarding error codes, we should stick to the osx manpage, which has a more detailed distinction between different errors.
Noteworthy:
E2BIG
andENAMETOOLONG
should be handled correctly, since the size might increase due to the encryption layer.The text was updated successfully, but these errors were encountered: