libgocryptfs/internal/syscallcompat
Jakob Unterwurzacher a38e5988ba fusefrontend: run acl Setxattr in user context
The result of setting an acl depends on who runs the
operation!

Fixes fuse-xfstests generic/375
(see https://github.com/rfjakob/fuse-xfstests/wiki/results_2021-05-19)
2021-06-02 19:10:36 +02:00
..
eintr.go syscallcompat: don't retry Close() 2020-10-14 13:40:12 +02:00
emulate.go syscallcompat: Drop Fstatat emulation on macOS. 2019-01-14 21:27:28 +01:00
emulate_test.go syscallcompat: Drop Fstatat emulation on macOS. 2019-01-14 21:27:28 +01:00
getdents_linux.go syscallcompat: add GetdentsSpecial() 2021-05-26 13:17:56 +02:00
getdents_other.go syscallcompat: add GetdentsSpecial() 2021-05-26 13:17:56 +02:00
getdents_test.go syscallcompat: add GetdentsSpecial() 2021-05-26 13:17:56 +02:00
helpers.go fusefrontend: doWrite: delete file header if first write fails 2018-07-15 15:12:55 +02:00
main_test.go tests: split testParentDir by UID 2019-05-01 13:12:44 +02:00
open_nofollow.go syscallcompat: retry ops on EINTR 2020-10-14 00:35:16 +02:00
open_nofollow_test.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00
sys_common.go syscallcompat: add getxattr fastpaths 2020-10-18 00:25:42 +02:00
sys_common_test.go syscallcompat: add getxattr fastpaths 2020-10-18 00:25:42 +02:00
sys_darwin.go syscallcompat: add GetdentsSpecial() 2021-05-26 13:17:56 +02:00
sys_linux.go fusefrontend: run acl Setxattr in user context 2021-06-02 19:10:36 +02:00
unix2syscall_darwin.go Fix unix2syscall_darwin.go build failure 2019-05-19 21:04:33 +02:00
unix2syscall_linux.go Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203) 2018-02-03 13:42:49 +01:00