gvisor/runsc/sandbox
Fabricio Voznika 55a37ceef1 Fix leaky FD
9P socket was being created without CLOEXEC and was being inherited
by the children. This would prevent the gofer from detecting that the
sandbox had exited, because the socket would not be closed.

PiperOrigin-RevId: 199168959
Change-Id: I3ee1a07cbe7331b0aeb1cf2b697e728ce24f85a7
2018-06-04 11:52:17 -07:00
..
BUILD Fix leaky FD 2018-06-04 11:52:17 -07:00
console.go
namespace.go
network.go Ignores IPv6 addresses when configuring network 2018-06-01 10:09:37 -07:00
sandbox.go Fix leaky FD 2018-06-04 11:52:17 -07:00
sandbox_test.go Fix leaky FD 2018-06-04 11:52:17 -07:00