]> git.tuebingen.mpg.de Git - aple.git/commitdiff
OS-Level_Virtualization: Fix typo.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 20 Jul 2020 16:33:50 +0000 (18:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 20 Jul 2020 16:33:50 +0000 (18:33 +0200)
OS-Level_Virtualization.m4

index aa5c4e5409772ae739ba588556740a620ac34188..34d351e5160efe8710f80b86b58542ebea75b165 100644 (file)
@@ -296,7 +296,7 @@ is created with <code> unshare(2) </code> or <code> clone(2)</code>.
 The UID and GID of a process can be different in different
 namespaces. In particular, an unprivileged process may have UID
 0 inside an user namespace. When a process is created in a new
 The UID and GID of a process can be different in different
 namespaces. In particular, an unprivileged process may have UID
 0 inside an user namespace. When a process is created in a new
-namespace or an process joins an existing user namespace, it gains full
+namespace or a process joins an existing user namespace, it gains full
 privileges in this namespace. However, the process has no additional
 privileges in the parent/previous namespace. Moreover, a certain flag
 is set for the process which prevents the process from entering yet
 privileges in this namespace. However, the process has no additional
 privileges in the parent/previous namespace. Moreover, a certain flag
 is set for the process which prevents the process from entering yet