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

Feature request: support for extended file attributes #217

Closed
rr- opened this issue Mar 15, 2018 · 3 comments
Closed

Feature request: support for extended file attributes #217

rr- opened this issue Mar 15, 2018 · 3 comments

Comments

@rr-
Copy link

rr- commented Mar 15, 2018

rr-@tornado:~/test_gocryptfs_mountpoint$ touch test_file
rr-@tornado:~/test_gocryptfs_mountpoint$ attr -s key -V value test_file
attr_set: Operation not supported
rr-@tornado:~/test_gocryptfs_mountpoint$ setfattr -n key -v value test_file
setfattr: test_file: Operation not supported

:(

For a good start, these don't even need to be encrypted (as long as it's mentioned in the manpage).

@rfjakob
Copy link
Owner

rfjakob commented Mar 16, 2018

Will try to get this done. Should be encrypted from the start, though, to avoid an opportunity for shooting oneself in the foot.

@rfjakob
Copy link
Owner

rfjakob commented Mar 25, 2018

You are on Linux?

rfjakob added a commit that referenced this issue Mar 25, 2018
At the moment, only for reverse mode.

#217
rfjakob added a commit that referenced this issue Mar 25, 2018
At the moment, only for reverse mode.

#217
@rfjakob
Copy link
Owner

rfjakob commented Mar 25, 2018

Implemented and merged to master. Both xattr names and values are encrypted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants