summaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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