From: Michael Kerrisk Date: Mon, 1 Jul 2019 18:44:43 +0000 (+0200) Subject: user_namespaces.7: Minor rewordings of recently added text X-Git-Tag: man-pages-5.02~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8cf6c243594f22eb80908159241519cc2f1524c;p=thirdparty%2Fman-pages.git user_namespaces.7: Minor rewordings of recently added text Signed-off-by: Michael Kerrisk --- diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 935ef3d000..64506915a3 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -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 .\" .\" ============================================================ .\"