aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux_test.go
AgeCommit message (Expand)Author
2021-06-21[release-branch.go1.15] syscall: fix TestGroupCleanupUserNamespace test failu...Rahul Bajaj
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor
2019-10-17syscall: remove use of IN_KUBERNETES in test, add a TODO to improve furtherBrad Fitzpatrick
2019-09-30syscall: fix TestGroupCleanupUserNamespace on CentOSTobias Klauser
2019-09-19syscall: extend skip criteria for TestAmbientCapsUsernsTobias Klauser
2019-09-18syscall: skip TestAmbientCapsUserns if user namespaces are not supportedTobias Klauser
2019-06-06syscall: fix skip condition in skipUnprivilegedUserCloneMeng Zhuo
2019-06-06syscall: skip test if unprivileged_userns_clone sysctl is missingMeng Zhuo
2019-03-12syscall: correctly set up uid/gid mappings in user namespacesMichael Stapelberg
2019-03-10syscall: skip non-root user namespace test if kernel forbidsAlberto Donizetti
2019-03-08syscall: add all ambient capabilities into permitted and inheritable setsAndrei Vagin
2018-08-29syscall: skip an unsupported test case on androidBen Shi
2018-07-18syscall: update check for UserNS support for CentOS 7.5+EduRam
2017-09-10syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linuxHiroshi Ioka
2017-08-23syscall: skip some exec tests in containerAlexander Morozov
2017-07-17syscall: update check for UserNS support for centos 7Jess Frazelle
2017-07-14syscall: skip TestUnshare on Linux upon permission errorBrad Fitzpatrick
2017-07-12syscall: use correct go binary in testBrad Fitzpatrick
2017-06-28syscall: add AmbientCaps to linux SysProcAttrMichael Stapelberg
2017-04-25syscall: fix ordering of Unshare and chroot on LinuxRonald G. Minnich
2017-04-13syscall: fix TestGroupCleanup{UserNamespace} on AlpineJess Frazelle
2017-03-31syscall: skip test on TestUnshareMountNameSpace permission errorBrad Fitzpatrick
2017-03-23os/exec: handle Unshareflags with CLONE_NEWNSRonald G. Minnich
2016-10-05syscall: relax TestUnshareQuentin Smith
2016-07-08syscall: add another output for TestGroupCleanupUserNamespaceIan Lance Taylor
2016-06-30syscall: accept more variants of id output when testing as rootIan Lance Taylor
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