From aa825b59ecd26d3d731901df8515057f11f6deef Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 17 Apr 2017 21:31:19 +0200 Subject: [PATCH] clone.2: CLONE_NEWCGROUP by an unprivileged process also causes an EPERM error Signed-off-by: Michael Kerrisk --- man2/clone.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/clone.2 b/man2/clone.2 index a265bd136..60eee7ccf 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -1061,6 +1061,7 @@ child, or to copy those parts of the caller's context that need to be copied. .TP .B EPERM +.BR CLONE_NEWCGROUP , .BR CLONE_NEWIPC , .BR CLONE_NEWNET , .BR CLONE_NEWNS ,