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 |