]> Cypherpunks repositories - gostls13.git/commit
syscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgroups the right way
authorIan Lance Taylor <iant@golang.org>
Mon, 15 Jun 2015 18:35:56 +0000 (11:35 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 15 Jun 2015 19:55:22 +0000 (19:55 +0000)
commit6f0e427298fc38d3402a4771ff730adf29818a90
tree76f9beec334fe2afaff318e296110e281251e7c1
parent4dab6d01f12591f256d36b32cd6480ef679458f1
syscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgroups the right way

The problem was not the kernel version as I thought before, it was
that the test used the same number for both the UID and the GID.
Thanks to Chris Siebenmann for debugging this.

Fixes #11220.

Change-Id: Ib5077e182497155e84044683209590ee0f7c9dde
Reviewed-on: https://go-review.googlesource.com/11124
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/syscall/exec_linux_test.go