unshare.2: CLONE_NEWPID automatically implies CLONE_THREAD

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-22 08:58:50 +01:00
parent 88f487166c
commit 3c881e7c07
1 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,10 @@ 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.
.BR CLONE_NEWPID
automatically implies
.BR CLONE_THREAD
as well.
Use of
.BR CLONE_NEWPID
requires the