]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
capabilities.7, user_namespaces.7: Minor tweaks (part 2) to Kir Kolyshkin's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 8 Aug 2021 03:00:36 +0000 (05:00 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 8 Aug 2021 03:02:41 +0000 (05:02 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/capabilities.7
man7/user_namespaces.7

index 4d08545ed123fe4b7f99fd67cf4d44c4053dd3d5..c817f7cd6b4d1e8f5c30006c5a18ba4789abc4f6 100644 (file)
@@ -352,10 +352,10 @@ Set arbitrary capabilities on a file.
 .IP
 .\" commit db2e718a47984b9d71ed890eb2ea36ecf150de18
 Since Linux 5.12, this capability is
-also needed to map uid 0 (as in
-.IR "unshare -Ur" ,
+also needed to map UID 0 (as in
+.IR "unshare \-Ur" ;
 see
-.BR unshare (1).
+.BR unshare (1)).
 .TP
 .B CAP_SETPCAP
 If file capabilities are supported (i.e., since Linux 2.6.24):
index 3378b6057ed8c0685d14dc7abe5a212843a2fa5c..e35c950ca42e4c118aea2f41c092fe5866106eac 100644 (file)
@@ -578,8 +578,8 @@ The mapped user IDs (group IDs) must in turn have a mapping
 in the parent user namespace.
 .IP 4.
 .\" commit db2e718a47984b9d71ed890eb2ea36ecf150de18
-If a writing process is root (i.e. UID 0) trying to map host user ID 0,
-it must have
+If a writing process is root (i.e., UID 0) trying to map host user ID 0,
+it must have the
 .B CAP_SETFCAP
 capability (since Linux 5.12).
 .IP 5.