gvisor/pkg/sentry/platform/ptrace
Adin Scannell dc33d71f8c Change SIGCHLD to SIGKILL in ptrace stubs.
If the child stubs are killed by any unmaskable signal (e.g. SIGKILL), then
the parent process will similarly be killed, resulting in the death of all
other stubs.

The effect of this is that if the OOM killer selects and kills a stub, the
effect is the same as though the OOM killer selected and killed the sentry.

PiperOrigin-RevId: 202219984
Change-Id: I0b638ce7e59e0a0f4d5cde12a7d05242673049d7
2018-06-26 16:54:44 -07:00
..
BUILD Check in gVisor. 2018-04-28 01:44:26 -04:00
ptrace.go Check in gVisor. 2018-04-28 01:44:26 -04:00
ptrace_unsafe.go Check in gVisor. 2018-04-28 01:44:26 -04:00
stub_amd64.s Check in gVisor. 2018-04-28 01:44:26 -04:00
stub_unsafe.go Check in gVisor. 2018-04-28 01:44:26 -04:00
subprocess.go Remove error return from AddressSpace.Release() 2018-05-11 12:24:15 -07:00
subprocess_amd64.go Check in gVisor. 2018-04-28 01:44:26 -04:00
subprocess_linux.go Change SIGCHLD to SIGKILL in ptrace stubs. 2018-06-26 16:54:44 -07:00
subprocess_linux_amd64_unsafe.go Check in gVisor. 2018-04-28 01:44:26 -04:00
subprocess_unsafe.go Check in gVisor. 2018-04-28 01:44:26 -04:00