linuxkit / virtsock

Go bindings for virtio and Hyper-V sockets
Other
87 stars 29 forks source link

Pass SOCK_CLOEXEC to syscall.Socket #35

Closed jstarks closed 7 years ago

jstarks commented 7 years ago

This fixes an issue where vsock sockets fds were being duped to all child processes.

Signed-off-by: John Starks jostarks@microsoft.com