mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
5c9b28db18
We can't keep file descriptors without close-on-exec except with syscall.ForkLock held, as otherwise they could leak by accident into other children from forks in other threads. Instead we just use Cmd.ExtraFiles which handles all this for us. This fixes https://github.com/dotcloud/docker/issues/4493 Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson) |
||
---|---|---|
.. | ||
default_template.go | ||
driver.go | ||
info.go | ||
term.go |