1CAPNG_FILL(3) Libcap-ng API CAPNG_FILL(3)
2
3
4
6 capng_fill - fill chosen capabilities set
7
9 #include <cap-ng.h>
10
11 void capng_fill(capng_select_t set);
12
13
15 capng_fill sets all bits to a 1 in the selected posix capabilities set.
16 The options are CAPNG_SELECT_CAPS for the traditional capabilities,
17 CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if fill‐
18 ing both is desired.
19
20
22 None.
23
24
26 capabilities(7)
27
28
30 Steve Grubb
31
32
33
34Red Hat June 2009 CAPNG_FILL(3)