gvisor/runsc
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
..
boot Add SyscallRules that supports argument filtering 2018-06-01 13:40:52 -07:00
cmd Supress error when deleting non-existing container with --force 2018-05-29 17:58:12 -07:00
container Refactor container_test in preparation for sandbox_test 2018-06-04 11:26:30 -07:00
fsgofer Fix failure to rename directory 2018-05-10 17:13:10 -07:00
sandbox Fix leaky FD 2018-06-04 11:52:17 -07:00
specutils Refactor container_test in preparation for sandbox_test 2018-06-04 11:26:30 -07:00
test/testutil Refactor container_test in preparation for sandbox_test 2018-06-04 11:26:30 -07:00
BUILD Refactor container_test in preparation for sandbox_test 2018-06-04 11:26:30 -07:00
main.go Refactor the Sandbox package into Sandbox + Container. 2018-05-15 10:18:03 -07:00