Man Linux: Main Page and Category List

NAME

       capng_apply - apply the stored capabilities settings

SYNOPSIS

       #include <cap-ng.h>

       int capng_apply(capng_select_t set);

DESCRIPTION

       capng_apply  will  transfer  the  specified internal posix capabilities
       settings to the kernel.  The  options  are  CAPNG_SELECT_CAPS  for  the
       traditional  capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or
       CAPNG_SELECT_BOTH if transferring both is desired.

RETURN VALUE

       This returns 0 on success and -1 on failure.

SEE ALSO

       capng_update(3), capabilities(7)

AUTHOR

       Steve Grubb