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