]> Cypherpunks repositories - gostls13.git/commit
syscall: add Unshare flags to SysProcAttr on Linux
authorJess Frazelle <me@jessfraz.com>
Thu, 19 May 2016 01:47:24 +0000 (18:47 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 20 May 2016 00:51:46 +0000 (00:51 +0000)
commit8527b8ef9b00c72b1a8e30e5917c7bdd3c0e79ef
tree7f1e74c5edb6ba063e80f27696de7b2a274f225f
parent448246adff7feb868d66cfde82b36fcfd0e66b75
syscall: add Unshare flags to SysProcAttr on Linux

This patch adds Unshare flags to SysProcAttr for Linux systems.

Fixes #1954

Change-Id: Id819c3f92b1474e5a06dd8d55f89d74a43eb770c
Reviewed-on: https://go-review.googlesource.com/23233
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
src/syscall/exec_linux_test.go