mount.2: Clarify term "unprivileged mount namespace" in Keno's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-12-19 14:52:01 +01:00
parent 3484e69fca
commit f54c67bf71
1 changed files with 4 additions and 1 deletions

View File

@ -651,7 +651,10 @@ or
An attempt was made to bind mount an unbindable mount.
.TP
.BR EINVAL
In an unprivileged mount namespace, a bind mount operation
In an unprivileged mount namespace
(i.e., a mount namespace owned by a user namespace
that was created by an unprivileged user),
a bind mount operation
.RB ( MS_BIND )
was attempted without specifying
.RB ( MS_REC ),