blob: 54e1abf884c6616c5fbf5c83b64eea620fec0e49 [file] [log] [blame]
Nick Kralevich1d1011a2012-09-06 10:14:03 -07001.TH "CAPNG_HAVE_CAPABILITY" "3" "June 2009" "Red Hat" "Libcap-ng API"
2.SH NAME
3capng_have_capability \- check for specific capability
4.SH "SYNOPSIS"
5.B #include <cap-ng.h>
6.sp
7int capng_have_capability(capng_type_t which, unsigned int capability);
8
9.SH "DESCRIPTION"
10
11capng_have_capability will check the specified internal capabilities set to see if the specified capability is set. 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 values for which should be one of: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, or CAPNG_BOUNDING_SET.
12
13.SH "RETURN VALUE"
14
15This funtion will return 1 if yes and 0 otherwise.
16
17.SH "SEE ALSO"
18
19.BR capng_get_caps_process (3),
20.BR capng_get_caps_fd (3),
21.BR capng_have_capabilities (3),
22.BR capabilities (7)
23
24.SH AUTHOR
25Steve Grubb