gvisor/runsc/cmd
Nicolas Lacasse 67e2f227aa Always set SysProcAttr.Ctty to an FD in the child's FD table.
Go was going to change the behavior of SysProcAttr.Ctty such that it must be an
FD in the *parent* FD table:
https://go-review.googlesource.com/c/go/+/178919/

However, after some debate, it was decided that this change was too
backwards-incompatible, and so it was reverted.
https://github.com/golang/go/issues/29458

The behavior going forward is unchanged: the Ctty FD must be an FD in the
*child* FD table.

PiperOrigin-RevId: 255228476
2019-06-26 11:27:31 -07:00
..
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
boot.go Update canonical repository. 2019-06-13 16:50:15 -07:00
capability.go Update canonical repository. 2019-06-13 16:50:15 -07:00
capability_test.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
checkpoint.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
chroot.go Update canonical repository. 2019-06-13 16:50:15 -07:00
cmd.go Update canonical repository. 2019-06-13 16:50:15 -07:00
create.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
debug.go Allow to change logging options using 'runsc debug' 2019-06-24 15:03:02 -07:00
delete.go Update canonical repository. 2019-06-13 16:50:15 -07:00
delete_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
do.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
error.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Update canonical repository. 2019-06-13 16:50:15 -07:00
exec.go Always set SysProcAttr.Ctty to an FD in the child's FD table. 2019-06-26 11:27:31 -07:00
exec_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
gofer.go fsgopher: reopen files via /proc/self/fd 2019-06-24 21:44:27 -07:00
gofer_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
help.go Add introspection for Linux/AMD64 syscalls 2019-06-10 23:38:36 -07:00
kill.go Update canonical repository. 2019-06-13 16:50:15 -07:00
list.go Update canonical repository. 2019-06-13 16:50:15 -07:00
path.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pause.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ps.go Update canonical repository. 2019-06-13 16:50:15 -07:00
restore.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
resume.go Update canonical repository. 2019-06-13 16:50:15 -07:00
run.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
spec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
start.go Update canonical repository. 2019-06-13 16:50:15 -07:00
state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
syscalls.go Update canonical repository. 2019-06-13 16:50:15 -07:00
wait.go Update canonical repository. 2019-06-13 16:50:15 -07:00