Query: capng_apply
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CAPNG_APPLY(3) Libcap-ng API CAPNG_APPLY(3)NAMEcapng_apply - apply the stored capabilities settingsSYNOPSIS#include <cap-ng.h> int capng_apply(capng_select_t set);DESCRIPTIONcapng_apply will transfer the specified internal posix capabilities settings to the kernel. The options are CAPNG_SELECT_CAPS for the tra- ditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if transferring both is desired.RETURN VALUEThis returns 0 on success and -1 on failure.NOTESIf you are doing multi-threaded programming, calling this function will only set capabilities on the calling thread. All other threads are unaffected. If you want to set overall capabilities for a multi-threaded process, you will need to do that before creating any threads. See the capset syscall for more information on this topic.SEE ALSOcapset(2), capng_update(3), capabilities(7)AUTHORSteve Grubb Red Hat June 2009 CAPNG_APPLY(3)
Related Man Pages |
---|
captest(8) - centos |
captest(8) - debian |
captest(8) - freebsd |
captest(8) - opendarwin |
captest(8) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
Detecting unused variables... |
One instance of comparing grep and awk |
My first PERL incarnation... Audio Oscillograph |