table of contents
CAPNG_SETPID(3) | Libcap-ng API | CAPNG_SETPID(3) |
NAME¶
capng_setpid - set working pid
SYNOPSIS¶
#include <cap-ng.h>
void capng_setpid(int pid);
DESCRIPTION¶
capng_pid sets the working pid for capabilities operations. This is useful if you want to get the capabilities of a different process.
RETURN VALUE¶
None.
SEE ALSO¶
AUTHOR¶
Steve Grubb
June 2009 | Red Hat |