cap_init (3) Linux Manual Page
NAME cap_init, cap_free, cap_dup – capability data object storage management SYNOPSIS #include <sys/capability.h> cap_t cap_init(void); int cap_free(void *obj_d); cap_t cap_dup(cap_t cap_p); Link with -lcap. DESCRIPTION The capabilities associated with a file or process are never edited directly. Instead, working storage is allocated to contain a representation of the capability state. Capabilities are edited and manipulated…
