cap_to_name (3) Linux Manual Page
NAME cap_from_text, cap_to_text, cap_to_name, cap_from_name – capability state textual representation translation SYNOPSIS #include <sys/capability.h> cap_t cap_from_text(const char *buf_p); char *cap_to_text(cap_t caps, ssize_t *length_p); int cap_from_name(const char *name, cap_value_t *cap_p); char *cap_to_name(cap_value_t cap); Link with -lcap. DESCRIPTION These functions translate a capability state between an internal representation and a textual one. The internal representation is managed…
