unshare.2: Document EUSERS error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-02 11:33:52 +02:00
parent 6fd119e727
commit cdd25f2e76
1 changed files with 9 additions and 0 deletions

View File

@ -300,6 +300,15 @@ was specified in
but either the effective user ID or the effective group ID of the caller
does not have a mapping in the parent namespace (see
.BR user_namespaces (7)).
.TP
.B EUSERS
.B CLONE_NEWUSER
was specified in
.IR flags ,
and the call would cause the limit on the number of
nested user namespaces to be exceeded.
See
.BR user_namespaces (7).
.SH VERSIONS
The
.BR unshare ()