capng_get_caps_process(3) — Linux manual page

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

CAPNG_GET_CAPS_PROCESS(3)     Libcap-ng API    CAPNG_GET_CAPS_PROCESS(3)

NAME         top

       capng_get_caps_process - get the capabilities from a process

SYNOPSIS         top

       #include <cap-ng.h>

       int capng_get_caps_process(void);

DESCRIPTION         top

       capng_get_caps_process will get the capabilities and bounding set
       of the pid stored inside libcap-ng's state table. The default is
       the pid of the running process. This can be changed by using the
       capng_setpid function.

RETURN VALUE         top

       This returns 0 on success and -1 on failure.

NOTES         top

       If you are doing multi-threaded programming, calling this
       function will only get capabilities on the calling thread. If you
       want to get overall capabilities for a multi-threaded process,
       you can only do that before creating any threads. Afterwards,
       threads may be able to independently set capabilities.

       capng_get_caps_process needs a mounted /proc to read the current
       bounding set, otherwise it will fail.

SEE ALSO         top

       capng_setpid(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.4.tar.gz fetched from
       ⟨https://people.redhat.com/sgrubb/libcap-ng/index.html⟩ on
       2023-12-22.  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_GET_CAPS_PROCESS(3)

Pages that refer to this page: capng_have_capabilities(3)capng_have_capability(3)capng_setpid(3)