index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
exec_linux_test.go
Age
Commit message (
Expand
)
Author
2016-06-15
syscall: skip TestUnshare if kernel does not support net namespace
Cherry Zhang
2016-06-02
syscall: deflake TestUnshare
Mikio Hara
2016-06-02
syscall: call setgroups for no groups on GNU/Linux
Alexander Morozov
2016-06-01
syscall: rename SysProcAttr.Unshare to Unshareflags
Alexander Morozov
2016-05-20
syscall: fix unshare test on mips
Jess Frazelle
2016-05-20
syscall: add Unshare flags to SysProcAttr on Linux
Jess Frazelle
2016-03-07
os, syscall: skip tests when environment doesn't permit testing
Brad Fitzpatrick
2015-11-25
syscall: skip tests that create a user namespace when chrooted
Michael Hudson-Doyle
2015-10-02
syscall: skip a couple tests when running under Kubernetes
Brad Fitzpatrick
2015-08-31
syscall: remove unused kernelVersion function from tests
Alexander Morozov
2015-08-31
syscall: move check of unprivileged_userns_clone to whoamiCmd
Alexander Morozov
2015-08-27
syscall: don't call Setgroups if Credential.Groups is empty
Alexander Morozov
2015-06-20
syscall: skip non-root user namespace test if kernel forbids
Ian Lance Taylor
2015-06-15
syscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgroups the right way
Ian Lance Taylor
2015-06-14
syscall: skip TestCloneNEWUSERAndRemapNoRootDisableSetgroups before 3.19
Ian Lance Taylor
2015-06-12
syscall: add GidMappingsEnableSetgroups to Linux SysProcAttr
Alexander Morozov