index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
exec_linux_test.go
Age
Commit message (
Expand
)
Author
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-03-15
internal/testenv, syscall: move isNotSupported to internal/testenv
Tobias Klauser
2023-03-15
syscall: handle errors.ErrUnsupported in isNotSupported
Tobias Klauser
2023-03-13
syscall: use clone3 syscall with CLONE_NEWTIME
Tobias Klauser
2023-01-27
syscall: avoid making assumptions about syscall permissions
Bryan C. Mills
2023-01-06
syscall: skip TestUseCgroupFD if cgroupfs not mounted
Shengjing Zhu
2022-12-12
syscall: skip TestUseCgroupFD if cgroupfs mounted RO
Paul E. Murphy
2022-09-09
syscall: add CgroupFD support for ForkExec on Linux
Kir Kolyshkin
2022-09-03
syscall: fix skipping some tests on Linux
Kir Kolyshkin
2022-03-31
syscall: relax output check in TestGroupCleanupUserNamespace
Bryan C. Mills
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-14
syscall: remove use of IN_KUBERNETES in test
Tobias Klauser
2021-06-16
syscall: fix TestGroupCleanupUserNamespace test failure on Fedora
Rahul Bajaj
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-05-11
syscall: append to environment in tests, don't clobber it
Ian Lance Taylor
2019-10-17
syscall: remove use of IN_KUBERNETES in test, add a TODO to improve further
Brad Fitzpatrick
2019-09-30
syscall: fix TestGroupCleanupUserNamespace on CentOS
Tobias Klauser
2019-09-19
syscall: extend skip criteria for TestAmbientCapsUserns
Tobias Klauser
2019-09-18
syscall: skip TestAmbientCapsUserns if user namespaces are not supported
Tobias Klauser
2019-06-06
syscall: fix skip condition in skipUnprivilegedUserClone
Meng Zhuo
2019-06-06
syscall: skip test if unprivileged_userns_clone sysctl is missing
Meng Zhuo
2019-03-12
syscall: correctly set up uid/gid mappings in user namespaces
Michael Stapelberg
2019-03-10
syscall: skip non-root user namespace test if kernel forbids
Alberto Donizetti
2019-03-08
syscall: add all ambient capabilities into permitted and inheritable sets
Andrei Vagin
2018-08-29
syscall: skip an unsupported test case on android
Ben Shi
2018-07-18
syscall: update check for UserNS support for CentOS 7.5+
EduRam
2017-09-10
syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linux
Hiroshi Ioka
2017-08-23
syscall: skip some exec tests in container
Alexander Morozov
2017-07-17
syscall: update check for UserNS support for centos 7
Jess Frazelle
2017-07-14
syscall: skip TestUnshare on Linux upon permission error
Brad Fitzpatrick
2017-07-12
syscall: use correct go binary in test
Brad Fitzpatrick
2017-06-28
syscall: add AmbientCaps to linux SysProcAttr
Michael Stapelberg
2017-04-25
syscall: fix ordering of Unshare and chroot on Linux
Ronald G. Minnich
2017-04-13
syscall: fix TestGroupCleanup{UserNamespace} on Alpine
Jess Frazelle
2017-03-31
syscall: skip test on TestUnshareMountNameSpace permission error
Brad Fitzpatrick
2017-03-23
os/exec: handle Unshareflags with CLONE_NEWNS
Ronald G. Minnich
2016-10-05
syscall: relax TestUnshare
Quentin Smith
2016-07-08
syscall: add another output for TestGroupCleanupUserNamespace
Ian Lance Taylor
2016-06-30
syscall: accept more variants of id output when testing as root
Ian Lance Taylor
2016-06-15
syscall: skip TestUnshare if kernel does not support net namespace
Cherry Zhang
2016-06-02
syscall: deflake TestUnshare
Mikio Hara
2016-06-02
syscall: call setgroups for no groups on GNU/Linux
Alexander Morozov
2016-06-01
syscall: rename SysProcAttr.Unshare to Unshareflags
Alexander Morozov
2016-05-20
syscall: fix unshare test on mips
Jess Frazelle
2016-05-20
syscall: add Unshare flags to SysProcAttr on Linux
Jess Frazelle
2016-03-07
os, syscall: skip tests when environment doesn't permit testing
Brad Fitzpatrick
2015-11-25
syscall: skip tests that create a user namespace when chrooted
Michael Hudson-Doyle
2015-10-02
syscall: skip a couple tests when running under Kubernetes
Brad Fitzpatrick
[next]