#include #include int main() { cap_t caps = cap_get_proc(); printf("%s\n", cap_to_text(caps, NULL)); return 0; }