diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-20 21:03:37 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-21 10:25:14 +0200 |
| commit | a3969b76b9dabda8e4fc9a04a9f9af4af1d75b2f (patch) | |
| tree | 8ba78520d84e60dd647e31d50983ef9e4bd0f838 /man7/user_namespaces.7 | |
| parent | 0a66259f3526c6f4c076a780a65a05153b78790c (diff) | |
| download | man-pages-a3969b76b9dabda8e4fc9a04a9f9af4af1d75b2f.tar.gz | |
user_namespaces.7: wfix: reword a long, difficult to understand sentence
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/user_namespaces.7')
| -rw-r--r-- | man7/user_namespaces.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 56a73ec371..07f84028ab 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -133,11 +133,11 @@ even if the new namespace is created or joined by the root user Note that a call to .BR execve (2) will cause a process's capabilities to be recalculated in the usual way (see -.BR capabilities (7)), -so that usually, -unless it has a user ID of 0 within the namespace or the executable file -has a nonempty inheritable capabilities mask, -it will lose all capabilities. +.BR capabilities (7)). +Consequently, +unless the process has a user ID of 0 within the namespace, +or the executable file has a nonempty inheritable capabilities mask, +the process will lose all capabilities. See the discussion of user and group ID mappings, below. A call to |
