capng_print_caps_text(3) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO | AUTHOR | COLOPHON

CAPNG_PRINT_CAPS_NUMERIC(3)   Libcap-ng API   CAPNG_PRINT_CAPS_NUMERIC(3)

NAME         top

       capng_print_caps_text - print names of values for capabilities set

SYNOPSIS         top

       #include <cap-ng.h>

       char *capng_print_caps_text(capng_print_t where, capng_type_t
       which);

DESCRIPTION         top

       capng_print_caps_text will create a text string representation of
       the internal capability set specified. The representation can be
       sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or
       CAPNG_PRINT_BUFFER respectively for the where parameter. If the
       option was for a buffer, this function will malloc a buffer that
       the caller must free.

       The legal values for the which parameter is CAPNG_EFFECTIVE,
       CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET, or
       CAPNG_AMBIENT.

RETURN VALUE         top

       If CAPNG_PRINT_BUFFER was selected for where, this will be the
       text buffer and NULL on failure. If CAPNG_PRINT_STDOUT was
       selected then this value will be NULL no matter what.

SEE ALSO         top

       capng_print_caps_numeric(3), capabilities(7)

AUTHOR         top

       Steve Grubb

COLOPHON         top

       This page is part of the libcap-ng (capabilities commands and
       library (NG)) project.  Information about the project can be found
       at ⟨https://people.redhat.com/sgrubb/libcap-ng/⟩.  It is not known
       how to report bugs for this man page; if you know, please send a
       mail to man-pages@man7.org.  This page was obtained from the
       tarball libcap-ng-0.8.5.tar.gz fetched from
       ⟨https://people.redhat.com/sgrubb/libcap-ng/index.html⟩ on
       2025-02-02.  If you discover any rendering problems in this HTML
       version of the page, or you believe there is a better or more up-
       to-date source for the page, or you have corrections or
       improvements to the information in this COLOPHON (which is not
       part of the original manual page), send a mail to
       man-pages@man7.org

Red Hat                         June 2009     CAPNG_PRINT_CAPS_NUMERIC(3)

Pages that refer to this page: capng_print_caps_numeric(3)