cap_copy_int (3) Linux Manual Page
cap_copy_ext, cap_size, cap_copy_int – capability state external representation translation Synopsis#include <sys/capability.h> ssize_t cap_size(cap_t cap_p); ssize_t cap_copy_ext(void *ext_p, cap_t cap_p, ssize_t size); cap_t cap_copy_int(const void *ext_p); Link with -lcap. DescriptionThese functions translate between internal and external representations of a capability state. The external representation is an exportable, contiguous, persistent representation of a capability state in user-managed…
