gvisor/runsc/testutil
Fabricio Voznika f2e4b5ab93 Kill sandbox process when parent process terminates
When the sandbox runs in attached more, e.g. runsc do, runsc run, the
sandbox lifetime is controlled by the parent process. This wasn't working
in all cases because PR_GET_PDEATHSIG doesn't propagate through execve
when the process changes uid/gid. So it was getting dropped when the
sandbox execve's to change to user nobody.

PiperOrigin-RevId: 300601247
2020-03-12 12:32:26 -07:00
..
BUILD Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
testutil.go Kill sandbox process when parent process terminates 2020-03-12 12:32:26 -07:00
testutil_runfiles.go Add notes to relevant tests. 2020-02-05 22:46:35 -08:00