logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

capng_set_caps_fd - write file-based capabilities to extended attributes

Author

       Steve Grubb

Red Hat                                             June 2009                               CAPNG_SET_CAPS_FD(3)

Description

       This  function  will  write  the  file based capabilities to the extended attributes of the file that the
       descriptor was opened against. The bounding set is not included in file  based  capabilities  operations.
       Note that this function will only work if compiled on a kernel that supports file based capabilities such
       as 2.6.2 6 and later.

Name

       capng_set_caps_fd - write file-based capabilities to extended attributes

Return Value

       This returns 0 on success and -1 on failure.

See Also

capng_get_caps_fd(3), capabilities(7)

Synopsis

#include<cap-ng.h>

       int capng_set_caps_fd(int fd);

See Also