From 8e9412e7a56d3845c241f8942caaee3806fdadad Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 27 Oct 2012 06:29:16 +0200 Subject: [PATCH] execve.2: Document treatment of SECBIT_KEEP_CAPS securebits flag on execve() Signed-off-by: Michael Kerrisk --- man2/execve.2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man2/execve.2 b/man2/execve.2 index 3dcbc7057..86ebdd58e 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -193,6 +193,13 @@ The process name, as set by .IR "ps\ \-o comm" ), is reset to the name of the new executable file. .IP * +The +.B SECBIT_KEEP_CAPS +.I securebits +flag is cleared. +See +.BR capabilities (7). +.IP * The termination signal is reset to .B SIGCHLD (see