1CAPNG_GET_CAPS_PROCESS(3)        Libcap-ng API       CAPNG_GET_CAPS_PROCESS(3)
2
3
4

NAME

6       capng_get_caps_process - get the capabilities from a process
7

SYNOPSIS

9       #include <cap-ng.h>
10
11       int capng_get_caps_process(void);
12
13

DESCRIPTION

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

RETURN VALUE

22       This returns 0 on success and -1 on failure.
23
24

NOTES

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

SEE ALSO

34       capng_setpid(3), capabilities(7)
35
36

AUTHOR

38       Steve Grubb
39
40
41
42Red Hat                            June 2009         CAPNG_GET_CAPS_PROCESS(3)
Impressum