From aca4ab4fc8ce9d85317848f79c39334ee4aa5583 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Wed, 14 Nov 2012 16:40:18 +0100 Subject: [PATCH] docs: fix install setcap description Reported-by: Doug Burks Signed-off-by: Daniel Borkmann --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 6dc35831..4895f6a7 100644 --- a/INSTALL +++ b/INSTALL @@ -81,7 +81,7 @@ adapt paths within the script): In order to run the toolkit as a normal user, set the following privilege separation after the build/installation: - $ sudo setcap cap_net_raw,cap_ipc_lock,cap_net_admin=eip {toolname} + $ sudo setcap cap_net_raw,cap_ipc_lock,cap_sys_admin,cap_net_admin=eip {toolname} Man pages are generated out of the files from Documentation/Manpages dir. They are written in POD format. For this, you need the tool pod2man which -- 2.11.4.GIT