From cdd25f2e76b59a8cc0861b8aab2ba0f6ec36aea6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 2 Jun 2014 11:33:52 +0200 Subject: [PATCH] unshare.2: Document EUSERS error Signed-off-by: Michael Kerrisk --- man2/unshare.2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man2/unshare.2 b/man2/unshare.2 index 5efedcbd2..6db63661c 100644 --- a/man2/unshare.2 +++ b/man2/unshare.2 @@ -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 ()