]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
user_namespaces.7: Minor rewordings of recently added text
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 1 Jul 2019 18:44:43 +0000 (20:44 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 2 Jul 2019 08:09:24 +0000 (10:09 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/user_namespaces.7

index 935ef3d000a2be69b1a37be6322d2f4c51115477..64506915a340f42c44335cfc6cd25578f0c9213f 100644 (file)
@@ -869,12 +869,13 @@ that field is displayed as 4294967295 (\-1 as an unsigned integer).
 .\"
 .SS Accessing files
 .PP
-In order to determine permissions when an unprivileged process accesses a file
-(or other resource such as a System V IPC object),
+In order to determine permissions when an unprivileged process accesses a file,
 the process credentials (UID, GID) and the file credentials
 are in effect mapped back to what they would be in
 the initial user namespace and then compared to determine
 the permissions that the process has on the file.
+The same is also of other objects that employ the credentials plus
+permissions mask accessibility model, such as System V IPC objects
 .\"
 .\" ============================================================
 .\"