aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux_test.go
AgeCommit message (Expand)Author
2024-09-11[release-branch.go1.22] syscall: skip TestAmbientCapsUserns when restricted, ...Michael Stapelberg
2023-11-21internal/syscall/unix: add PidFDSendSignal for LinuxKir Kolyshkin
2023-11-21syscall: check SyscallIsNotSupported in TestPidFDWithUserNSMichael Pratt
2023-11-21syscall: fix getting pidfd when using CLONE_NEWUSERKir Kolyshkin
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-08syscall: skip unshare tests if mount syscall is not availableDmitri Shuralyov
2023-09-07syscall: add support to get pidfd from ForkExec on LinuxKir Kolyshkin
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-05syscall: fixup TestUseCgroupFD error checkingKir Kolyshkin
2023-09-03syscall: inline TestUseCgroupFDHelperKir Kolyshkin
2023-09-01syscall: fix skipping TestUseCgroupFDKir Kolyshkin
2023-08-24syscall: skip TestUnshareMountNameSpaceChroot on platforms that require exter...Bryan C. Mills
2023-07-28syscall, cmd/cgo: skip tests that shouldn't run under 'unshare -n -r'Dmitri Shuralyov
2023-07-28syscall: skip TestUnshare if there's nothing more to unshareDmitri Shuralyov
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-03-15internal/testenv, syscall: move isNotSupported to internal/testenvTobias Klauser
2023-03-15syscall: handle errors.ErrUnsupported in isNotSupportedTobias Klauser
2023-03-13syscall: use clone3 syscall with CLONE_NEWTIMETobias Klauser
2023-01-27syscall: avoid making assumptions about syscall permissionsBryan C. Mills
2023-01-06syscall: skip TestUseCgroupFD if cgroupfs not mountedShengjing Zhu
2022-12-12syscall: skip TestUseCgroupFD if cgroupfs mounted ROPaul E. Murphy
2022-09-09syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin
2022-09-03syscall: fix skipping some tests on LinuxKir Kolyshkin
2022-03-31syscall: relax output check in TestGroupCleanupUserNamespaceBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-14syscall: remove use of IN_KUBERNETES in testTobias Klauser
2021-06-16syscall: fix TestGroupCleanupUserNamespace test failure on FedoraRahul Bajaj
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
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