summaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux_test.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: relax output check in TestGroupCleanupUserNamespaceBryan C. Mills2022-03-311-16/+9
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-3/+1
* syscall: remove use of IN_KUBERNETES in testTobias Klauser2021-09-141-16/+0
* syscall: fix TestGroupCleanupUserNamespace test failure on FedoraRahul Bajaj2021-06-161-0/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-8/+7
* syscall: append to environment in tests, don't clobber itIan Lance Taylor2020-05-111-3/+3
* syscall: remove use of IN_KUBERNETES in test, add a TODO to improve furtherBrad Fitzpatrick2019-10-171-24/+8
* syscall: fix TestGroupCleanupUserNamespace on CentOSTobias Klauser2019-09-301-0/+1
* syscall: extend skip criteria for TestAmbientCapsUsernsTobias Klauser2019-09-191-1/+1
* syscall: skip TestAmbientCapsUserns if user namespaces are not supportedTobias Klauser2019-09-181-9/+14
* syscall: fix skip condition in skipUnprivilegedUserCloneMeng Zhuo2019-06-061-1/+1
* syscall: skip test if unprivileged_userns_clone sysctl is missingMeng Zhuo2019-06-061-10/+11
* syscall: correctly set up uid/gid mappings in user namespacesMichael Stapelberg2019-03-121-0/+43
* syscall: skip non-root user namespace test if kernel forbidsAlberto Donizetti2019-03-101-0/+7
* syscall: add all ambient capabilities into permitted and inheritable setsAndrei Vagin2019-03-081-17/+39
* syscall: skip an unsupported test case on androidBen Shi2018-08-291-0/+6
* syscall: update check for UserNS support for CentOS 7.5+EduRam2018-07-181-0/+9
* syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linuxHiroshi Ioka2017-09-101-1/+1
* syscall: skip some exec tests in containerAlexander Morozov2017-08-231-0/+23
* syscall: update check for UserNS support for centos 7Jess Frazelle2017-07-171-0/+8
* syscall: skip TestUnshare on Linux upon permission errorBrad Fitzpatrick2017-07-141-0/+6
* syscall: use correct go binary in testBrad Fitzpatrick2017-07-121-1/+2
* syscall: add AmbientCaps to linux SysProcAttrMichael Stapelberg2017-06-281-0/+159
* syscall: fix ordering of Unshare and chroot on LinuxRonald G. Minnich2017-04-251-1/+63
* syscall: fix TestGroupCleanup{UserNamespace} on AlpineJess Frazelle2017-04-131-1/+3
* syscall: skip test on TestUnshareMountNameSpace permission errorBrad Fitzpatrick2017-03-311-1/+4
* os/exec: handle Unshareflags with CLONE_NEWNSRonald G. Minnich2017-03-231-0/+62
* syscall: relax TestUnshareQuentin Smith2016-10-051-2/+8
* syscall: add another output for TestGroupCleanupUserNamespaceIan Lance Taylor2016-07-081-0/+1
* syscall: accept more variants of id output when testing as rootIan Lance Taylor2016-06-301-7/+16
* syscall: skip TestUnshare if kernel does not support net namespaceCherry Zhang2016-06-151-0/+6
* syscall: deflake TestUnshareMikio Hara2016-06-021-1/+12
* syscall: call setgroups for no groups on GNU/LinuxAlexander Morozov2016-06-021-1/+60
* syscall: rename SysProcAttr.Unshare to UnshareflagsAlexander Morozov2016-06-011-1/+1
* syscall: fix unshare test on mipsJess Frazelle2016-05-201-4/+4
* syscall: add Unshare flags to SysProcAttr on LinuxJess Frazelle2016-05-201-0/+36
* os, syscall: skip tests when environment doesn't permit testingBrad Fitzpatrick2016-03-071-0/+3
* syscall: skip tests that create a user namespace when chrootedMichael Hudson-Doyle2015-11-251-0/+17
* syscall: skip a couple tests when running under KubernetesBrad Fitzpatrick2015-10-021-0/+7
* syscall: remove unused kernelVersion function from testsAlexander Morozov2015-08-311-18/+0
* syscall: move check of unprivileged_userns_clone to whoamiCmdAlexander Morozov2015-08-311-8/+7
* syscall: don't call Setgroups if Credential.Groups is emptyAlexander Morozov2015-08-271-0/+8
* syscall: skip non-root user namespace test if kernel forbidsIan Lance Taylor2015-06-201-1/+9
* syscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgroups the right wayIan Lance Taylor2015-06-151-15/+8
* syscall: skip TestCloneNEWUSERAndRemapNoRootDisableSetgroups before 3.19Ian Lance Taylor2015-06-141-0/+26
* syscall: add GidMappingsEnableSetgroups to Linux SysProcAttrAlexander Morozov2015-06-121-0/+84