gvisor/runsc/specutils
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 Standardize on tools directory. 2020-01-27 12:21:00 -08:00
cri.go Merge pull request #1046 from tomlanyon:crio 2019-10-22 17:05:04 -07:00
fs.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
namespace.go Kill sandbox process when parent process terminates 2020-03-12 12:32:26 -07:00
specutils.go Add runsc OCI annotations to support CRI-O. 2019-10-20 21:11:01 +11:00
specutils_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00