unshare.2: Document CLONE_NEWUSER

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-01-01 11:26:49 +01:00
parent eb359a0988
commit c2cd5a7fd9
1 changed files with 9 additions and 0 deletions

View File

@ -147,6 +147,15 @@ requires the
.BR CAP_SYS_ADMIN
capability.
.TP
.BR CLONE_NEWUSER " (since Linux 3.8)"
This flag has the same effect as the
.BR clone (2)
.B CLONE_NEWUSER
flag.
Unshare the user namespace,
so that the calling process is moved into a new user namespace
which is not shared with any previously existing process.
.TP
.BR CLONE_NEWUTS " (since Linux 2.6.19)"
This flag has the same effect as the
.BR clone (2)