mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
770e258390
When running under child subreaper mode, it's useful for nsenter to be able to reap child processes. We have seen cases where spawned user processes wasnt reaped properly (https://github.com/creationix/nvm/issues/650) Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com>