diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-01-22 23:16:23 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-09-13 20:15:58 -0700 |
| commit | b16d757dfd300b22d565dfaef53ee16b81cf0980 (patch) | |
| tree | 567a7b3301ee671c84f19d05d688710f35f6a6a5 /man7/namespaces.7 | |
| parent | fc49d2ac6be360b45417d129545f9fc6f882b9f4 (diff) | |
| download | man-pages-b16d757dfd300b22d565dfaef53ee16b81cf0980.tar.gz | |
namespaces.7: When a PID namespace terminates, the other processes get SIGKILL
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/namespaces.7')
| -rw-r--r-- | man7/namespaces.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man7/namespaces.7 b/man7/namespaces.7 index ae80db832e..36ae73cd91 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -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 |
