blob: 802a6e7fc9dc19c1e1f568818ca1458b325023bd [file] [log] [blame]
Nick Kralevich1d1011a2012-09-06 10:14:03 -07001.TH "CAPNG_FILL" "3" "June 2009" "Red Hat" "Libcap-ng API"
2.SH NAME
3capng_fill \- fill chosen capabilities set
4.SH "SYNOPSIS"
5.B #include <cap-ng.h>
6.sp
7void capng_fill(capng_select_t set);
8
9.SH "DESCRIPTION"
10
11capng_fill sets all bits to a 1 in the selected posix capabilities set. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if filling both is desired.
12
13.SH "RETURN VALUE"
14
15None.
16
17.SH "SEE ALSO"
18
19.BR capabilities (7)
20
21.SH AUTHOR
22Steve Grubb