]> Cypherpunks repositories - gostls13.git/commit
syscall: fix TestGroupCleanupUserNamespace on CentOS
authorTobias Klauser <tklauser@distanz.ch>
Mon, 30 Sep 2019 09:47:04 +0000 (11:47 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 30 Sep 2019 16:12:05 +0000 (16:12 +0000)
commitba18c7c42d4fa70e81b2304ccc3b2c01675a3af0
treee2caa8494d0e5a23a6341ddadb2ab1cac5b8e77b
parent5f1aeaeb77b36b92305b54acc4bd6a3319dce803
syscall: fix TestGroupCleanupUserNamespace on CentOS

Update the list of expected "id" outputs in
TestGroupCleanupUserNamespace with SELinux context information as used
on CentOS.

Fixes #34547

Change-Id: I426bbe2d04e2039c87490362a1891ec3de6e36e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/197841
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/exec_linux_test.go