gvisor/runsc/container
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
..
test_app Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
BUILD Increase container_test size. 2020-02-04 15:38:53 -08:00
console_test.go tests: Don't print log messages on stdout 2020-03-04 16:16:35 -08:00
container.go Log oom_score_adj value on error 2020-02-27 14:59:38 -08:00
container_test.go Kill sandbox process when parent process terminates 2020-03-12 12:32:26 -07:00
hook.go Update canonical repository. 2019-06-13 16:50:15 -07:00
multi_container_test.go New sync package. 2020-01-09 22:02:24 -08:00
shared_volume_test.go Impose order on test scripts. 2019-09-03 22:02:43 -07:00
state_file.go New sync package. 2020-01-09 22:02:24 -08:00
status.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00