aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux_test.go
AgeCommit message (Expand)Author
2016-06-15syscall: skip TestUnshare if kernel does not support net namespaceCherry Zhang
2016-06-02syscall: deflake TestUnshareMikio Hara
2016-06-02syscall: call setgroups for no groups on GNU/LinuxAlexander Morozov
2016-06-01syscall: rename SysProcAttr.Unshare to UnshareflagsAlexander Morozov
2016-05-20syscall: fix unshare test on mipsJess Frazelle
2016-05-20syscall: add Unshare flags to SysProcAttr on LinuxJess Frazelle
2016-03-07os, syscall: skip tests when environment doesn't permit testingBrad Fitzpatrick
2015-11-25syscall: skip tests that create a user namespace when chrootedMichael Hudson-Doyle
2015-10-02syscall: skip a couple tests when running under KubernetesBrad Fitzpatrick
2015-08-31syscall: remove unused kernelVersion function from testsAlexander Morozov
2015-08-31syscall: move check of unprivileged_userns_clone to whoamiCmdAlexander Morozov
2015-08-27syscall: don't call Setgroups if Credential.Groups is emptyAlexander Morozov
2015-06-20syscall: skip non-root user namespace test if kernel forbidsIan Lance Taylor
2015-06-15syscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgroups the right wayIan Lance Taylor
2015-06-14syscall: skip TestCloneNEWUSERAndRemapNoRootDisableSetgroups before 3.19Ian Lance Taylor
2015-06-12syscall: add GidMappingsEnableSetgroups to Linux SysProcAttrAlexander Morozov