user_namespaces.7: Move a misplaced rule re writing to map files

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-01 15:04:32 +01:00
parent f00071920e
commit 1863e45128
1 changed files with 3 additions and 3 deletions

View File

@ -321,9 +321,6 @@ Linux 3.9 and later
.\" commit 0bd14b4fd72afd5df41e9fd59f356740f22fceba .\" commit 0bd14b4fd72afd5df41e9fd59f356740f22fceba
fix this limitation, allowing any valid set of nonoverlapping maps. fix this limitation, allowing any valid set of nonoverlapping maps.
.IP * .IP *
The mapped user IDs (group IDs) must in turn have a mapping
in the parent user namespace.
.IP *
At least one line must be written to the file. At least one line must be written to the file.
.PP .PP
Writes that violate the above rules fail with the error Writes that violate the above rules fail with the error
@ -345,6 +342,9 @@ The writing process must be in either the user namespace of the process
or inside the parent user namespace of the process or inside the parent user namespace of the process
.IR pid . .IR pid .
.IP 3. .IP 3.
The mapped user IDs (group IDs) must in turn have a mapping
in the parent user namespace.
.IP 4.
One of the following is true: One of the following is true:
.RS .RS
.IP * 3 .IP * 3