libgocryptfs/internal/syscallcompat
Jakob Unterwurzacher 91e042e2ba syscallcompat: add OpenNofollow helper
OpenNofollow = symlink-race-safe Open

Prepares fixing https://github.com/rfjakob/gocryptfs/issues/165
2017-12-02 20:35:44 +01:00
..
emulate.go syscallcompat: Improve the Openat and Mknodat syscall emulation 2017-12-01 09:41:52 +01:00
emulate_test.go syscallcompat: move test setup into its own file 2017-12-02 19:57:23 +01:00
getdents_linux.go syscallcompat: Getdents: warn once if we get DT_UNKNOWN 2017-09-03 15:05:54 +02:00
getdents_other.go syscallcompat: implement Getdents() 2017-08-15 19:03:57 +02:00
getdents_test.go tests: don't read /proc, the number of entries changes too quickly 2017-10-22 18:13:08 +02:00
main_test.go syscallcompat: move test setup into its own file 2017-12-02 19:57:23 +01:00
open_nofollow.go syscallcompat: add OpenNofollow helper 2017-12-02 20:35:44 +01:00
open_nofollow_test.go syscallcompat: add OpenNofollow helper 2017-12-02 20:35:44 +01:00
sys_darwin.go syscallcompat: build emulated syscalls under linux, too 2017-11-30 17:07:55 +01:00
sys_linux.go syscallcompat: use Unlinkat and Symlinkat from x/sys/unix 2017-12-02 18:36:18 +01:00