1CAPNG_SET_CAPS_FD(3) Libcap-ng API CAPNG_SET_CAPS_FD(3)
2
3
4
6 capng_set_caps_fd -
7
9 #include <cap-ng.h>
10
11 int capng_set_caps_fd(int fd);
12
13
15 This function will write the file based capabilities to the 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.2 6 and later.
20
21
23 This returns 0 on success and -1 on failure.
24
25
27 capng_get_caps_fd(3), capabilities(7)
28
29
31 Steve Grubb
32
33
34
35Red Hat June 2009 CAPNG_SET_CAPS_FD(3)