diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-09-01 19:29:03 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-09-13 20:16:03 -0700 |
| commit | 7aba437aa18c163262e48a004c3db1faddbb29c5 (patch) | |
| tree | 9689ece50d34424e396d8c8639d1e5d0631c440d | |
| parent | 258e6b6c7aea94e7dadd37fc57384950e251d629 (diff) | |
| download | man-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.7 | 2 |
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 |
