Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for extended attributes (xattr) #35

Closed
overheadhunter opened this issue Apr 9, 2019 · 1 comment
Closed

Support for extended attributes (xattr) #35

overheadhunter opened this issue Apr 9, 2019 · 1 comment
Milestone

Comments

@overheadhunter
Copy link
Member

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.

@infeo
Copy link
Member

infeo commented Dec 5, 2023

Closed in 2cb7a28

Once cryptomator/cryptofs#47 is fixed, we can support xattrs

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.

@infeo infeo closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants