Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-18 | fusefronted: reject GETXATTR "security.capability" | Jakob Unterwurzacher | |
Unless we are mounted with -suid, we can reject these requests, and gain back some lost speed. Closes https://github.com/rfjakob/gocryptfs/issues/515 | |||
2020-07-14 | v2api: implement Getxattr, Setxattr, Removexattr, Listxattr | Jakob Unterwurzacher | |
gocryptfs/tests/xattr passes. |