]> Cypherpunks repositories - gostls13.git/commit
os: make POSIX StartProcess work with chroot again.
authorHan-Wen Nienhuys <hanwen@google.com>
Sun, 24 Jun 2012 23:34:06 +0000 (19:34 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jun 2012 23:34:06 +0000 (19:34 -0400)
commitd36c095da920cffef16da7f37ce725f9a07f6ae0
tree5779970f667ab5377d79a674d287997787f4913d
parent835f6a37dc8f253c2fc9f1f0f0c63790cad2908f
os: make POSIX StartProcess work with chroot again.

Skip directory check in startProcess in the presence of
SysProcAttr.

Fixes #3649.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6297083
src/pkg/os/exec_posix.go