Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-07 | fusefrontend: do not encrypt ACLs | Jakob Unterwurzacher | |
Pass through system.posix_acl_access and system.posix_acl_default unencrypted to fix "cp -a" problems. "cp -a" uses "setxattr" even to set normal permissions, see https://www.spinics.net/lists/linux-nfs/msg63986.html . Fixes https://github.com/rfjakob/gocryptfs/issues/543 | |||
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. |