blob: fac6a422c7af3906040ea14df4eff76cead33684 [file] [log] [blame]
Nick Kralevich1d1011a2012-09-06 10:14:03 -07001.TH "CAPNG_HAVE_CAPABILITIES" "3" "June 2009" "Red Hat" "Libcap-ng API"
2.SH NAME
3capng_have_capabilities \- general check for capabilities
4.SH "SYNOPSIS"
5.B #include <cap-ng.h>
6.sp
7capng_results_t capng_have_capabilities(capng_select_t set);
8
9.SH "DESCRIPTION"
10
11capng_have_capabilities will check the selected internal capabilities sets to see what the status is. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
12
13.SH "RETURN VALUE"
14
15This funtion will return one of the following four self explanatory values: CAPNG_FAIL, CAPNG_NONE, CAPNG_PARTIAL, CAPNG_FULL.
16
17.SH "SEE ALSO"
18
19.BR capng_get_caps_process (3),
20.BR capng_get_caps_fd (3),
21.BR capng_have_capability (3),
22.BR capabilities (7)
23
24.SH AUTHOR
25Steve Grubb