Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syscall: skip tests that create a user namespace when chrooted | Michael Hudson-Doyle | 2015-11-25 | 1 | -0/+17 |
* | syscall: skip a couple tests when running under Kubernetes | Brad Fitzpatrick | 2015-10-02 | 1 | -0/+7 |
* | syscall: remove unused kernelVersion function from tests | Alexander Morozov | 2015-08-31 | 1 | -18/+0 |
* | syscall: move check of unprivileged_userns_clone to whoamiCmd | Alexander Morozov | 2015-08-31 | 1 | -8/+7 |
* | syscall: don't call Setgroups if Credential.Groups is empty | Alexander Morozov | 2015-08-27 | 1 | -0/+8 |
* | syscall: skip non-root user namespace test if kernel forbids | Ian Lance Taylor | 2015-06-20 | 1 | -1/+9 |
* | syscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgroups the right way | Ian Lance Taylor | 2015-06-15 | 1 | -15/+8 |
* | syscall: skip TestCloneNEWUSERAndRemapNoRootDisableSetgroups before 3.19 | Ian Lance Taylor | 2015-06-14 | 1 | -0/+26 |
* | syscall: add GidMappingsEnableSetgroups to Linux SysProcAttr | Alexander Morozov | 2015-06-12 | 1 | -0/+84 |