Jakob Unterwurzacher
|
eaca820e87
|
fusefrontend: do not encrypt ACLs
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
|
2021-02-07 20:01:16 +01:00 |
|
Jakob Unterwurzacher
|
6697ffd6e2
|
fusefronted: reject GETXATTR "security.capability"
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-10-18 21:07:30 +02:00 |
|
Jakob Unterwurzacher
|
57d572dbc1
|
v2api: implement Getxattr, Setxattr, Removexattr, Listxattr
gocryptfs/tests/xattr passes.
|
2020-07-14 19:55:20 +02:00 |
|