80a651a194
Since go1.16beta1 (commit d1b1145cace8b968307f9311ff611e4bb810710c , https://go-review.googlesource.com/c/go/+/210639 ) syscall.{Setgroups,Setregid,Setreuid} affects all threads, which is exactly what we not want. We now use unix.{Setgroups,Setregid,Setreuid} instead. Workarounds https://github.com/golang/go/issues/1435 . |
||
---|---|---|
.. | ||
eintr.go | ||
emulate_test.go | ||
emulate.go | ||
getdents_linux.go | ||
getdents_other.go | ||
getdents_test.go | ||
helpers.go | ||
main_test.go | ||
open_nofollow_test.go | ||
open_nofollow.go | ||
sys_common_test.go | ||
sys_common.go | ||
sys_darwin.go | ||
sys_linux.go | ||
unix2syscall_darwin.go | ||
unix2syscall_linux.go |