mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
82367938b7
Currently nsexec() creates a proxy process to enter into a pid namespace. It isn't good, because we need to proxy an exit code and signals. We can use CLONE_PARENT to fork a process with the right parent. Signed-off-by: Andrey Vagin <avagin@openvz.org>