]> Cypherpunks repositories - gostls13.git/commit
syscall: fix hang when using Unshareflags: CLONE_NEWUSER with uid/gid mapping (linux)
authorMichael Stapelberg <stapelberg@google.com>
Thu, 17 Jan 2019 15:20:51 +0000 (16:20 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Mar 2019 14:49:30 +0000 (14:49 +0000)
commit958e212db799e609b2a8df51cdd85c9341e7a404
tree7a0633f279c4ac254469e0ccd7f561d64a72951b
parent178a2c42254166cffed1b25fb1d3c7a5727cada6
syscall: fix hang when using Unshareflags: CLONE_NEWUSER with uid/gid mapping (linux)

Note that this particular combination of properties still fails (EPERM), but it
no longer hangs.

Updates #29789

Change-Id: I29b15b85a25a7acd7ae89ffc5fed074bcdfe0a12
Reviewed-on: https://go-review.googlesource.com/c/go/+/158297
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/exec_linux.go