unshare.2: Add some details to CLONE_NEWPID description

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-01-07 09:19:19 +01:00
parent 37ee2d61e5
commit 2193656a7c
1 changed files with 7 additions and 0 deletions

View File

@ -155,6 +155,13 @@ flag.
Unshare the PID namespace,
so that the calling process has a new PID namespace for its children
which is not shared with any previously existing process.
The calling process is
.I not
moved into the new namespace.
The first child created by the calling process will have
the process ID 1 and will assume the role of
.BR init (1)
in the new namespace.
Use of
.BR CLONE_NEWPID
requires the