Files
runc/namespaces
Andrey Vagin 82367938b7 nsenter: remove a proxy process
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>
2015-01-26 23:12:50 +03:00
..
2015-01-26 23:12:50 +03:00
2015-01-21 18:45:57 +03:00
2015-01-26 23:12:50 +03:00