namespaces.7: When a PID namespace terminates, the other processes get SIGKILL

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-01-22 23:16:23 +01:00
parent fc49d2ac6b
commit b16d757dfd
1 changed files with 3 additions and 1 deletions

View File

@ -331,7 +331,9 @@ to this process rather than
.BR init (1).
If the "init" process of a PID namespace terminates,
the kernel terminates all of the processes in the namespace.
the kernel terminates all of the processes in the namespace via a
.BR SIGKILL
signal.
This behavior reflects the fact that the "init" process
is essential for the correct operation of a PID namespace.
In this case, a subsequent