1CAPNG_GET_CAPS_FD(3) Libcap-ng API CAPNG_GET_CAPS_FD(3)
2
3
4
6 capng_get_caps_fd - Read file based capabilities
7
9 #include <cap-ng.h>
10
11 int capng_get_caps_fd(int fd);
12
13
15 This function will read the file based capabilities stored in extended
16 attributes of the file that the descriptor was opened against. The
17 bounding set is not included in file based capabilities operations.
18 Note that this function will only work if compiled on a kernel that
19 supports file based capabilities such as 2.6.26 and later. If the
20 "magic" bit is set, then all effect capability bits are set. Otherwise
21 the bits are cleared.
22
23
25 This returns 0 on success and -1 on failure.
26
27
29 capng_set_caps_fd(3), capabilities(7)
30
31
33 Steve Grubb
34
35
36
37Red Hat June 2009 CAPNG_GET_CAPS_FD(3)