gvisor/runsc/boot
Nicolas Lacasse e215b9970a runsc: Pass root container's stdio via FD.
We were previously using the sandbox process's stdio as the root container's
stdio. This makes it difficult/impossible to distinguish output application
output from sandbox output, such as panics, which are always written to stderr.

Also close the console socket when we are done with it.

PiperOrigin-RevId: 215585180
Change-Id: I980b8c69bd61a8b8e0a496fd7bc90a06446764e0
2018-10-03 10:32:03 -07:00
..
filter Add TIOCINQ to allowed seccomp when hostinet is used 2018-10-03 09:32:54 -07:00
BUILD Remove '--file-access=direct' option 2018-09-07 12:28:48 -07:00
config.go Make multi-container the default mode for runsc 2018-10-01 10:31:17 -07:00
controller.go runsc: Support job control signals in "exec -it". 2018-10-01 22:06:56 -07:00
debug.go Add 'runsc debug' command 2018-06-20 13:31:31 -07:00
events.go Moved restore code out of create and made to be called after create. 2018-07-18 16:58:30 -07:00
fds.go runsc: Support job control signals in "exec -it". 2018-10-01 22:06:56 -07:00
fs.go Make multi-container the default mode for runsc 2018-10-01 10:31:17 -07:00
limits.go Make default limits the same as with runc 2018-07-02 12:51:38 -07:00
loader.go runsc: Pass root container's stdio via FD. 2018-10-03 10:32:03 -07:00
loader_test.go runsc: Pass root container's stdio via FD. 2018-10-03 10:32:03 -07:00
network.go Change tcpip.Route.Mask to tcpip.AddressMask. 2018-09-28 12:18:15 -07:00
strace.go Check in gVisor. 2018-04-28 01:44:26 -04:00