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
fix this limitation, allowing any valid set of nonoverlapping maps.
.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.
.PP
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
.IR pid .
.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:
.RS
.IP * 3