aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-09-01 19:29:03 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-09-13 20:16:03 -0700
commit7aba437aa18c163262e48a004c3db1faddbb29c5 (patch)
tree9689ece50d34424e396d8c8639d1e5d0631c440d
parent258e6b6c7aea94e7dadd37fc57384950e251d629 (diff)
downloadman-pages-7aba437aa18c163262e48a004c3db1faddbb29c5.tar.gz
user_namespaces.7: Only single-threaded processes can join another user namespace
Reported-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/user_namespaces.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7
index 99102a6c8e..fc328ae688 100644
--- a/man7/user_namespaces.7
+++ b/man7/user_namespaces.7
@@ -84,7 +84,7 @@ or
without the
.BR CLONE_NEWUSER
flag is a member of the same user namespace as its parent.
-A process can join another user namespace with
+A single-threaded process can join another user namespace with
.BR setns (2)
if it has the
.BR CAP_SYS_ADMIN