From 6f2b4a6555eee1ee9e7f5fda95c2c7737bafb120 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 1 Jan 2013 01:29:12 +0100 Subject: [PATCH] unshare.2: wfix Signed-off-by: Michael Kerrisk --- man2/unshare.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/unshare.2 b/man2/unshare.2 index 49a9f09d8..2dc5d9cd9 100644 --- a/man2/unshare.2 +++ b/man2/unshare.2 @@ -99,6 +99,7 @@ Unshare the network namespace, so that the calling process is moved into a new network namespace which is not shared with any previously existing process. +Use of .BR CLONE_NEWNET requires the .BR CAP_SYS_ADMIN