File: capng_have_capability.3

package info (click to toggle)
libcap-ng 0.6.6-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,812 kB
  • sloc: sh: 10,552; ansic: 2,058; python: 213; makefile: 181
file content (25 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH "CAPNG_HAVE_CAPABILITY" "3" "June 2009" "Red Hat" "Libcap-ng API"
.SH NAME
capng_have_capability \- check for specific capability
.SH "SYNOPSIS"
.B #include <cap-ng.h>
.sp
int capng_have_capability(capng_type_t which, unsigned int capability);

.SH "DESCRIPTION"

capng_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.

.SH "RETURN VALUE"

This funtion will return 1 if yes and 0 otherwise.

.SH "SEE ALSO"

.BR capng_get_caps_process (3),
.BR capng_get_caps_fd (3),
.BR capng_have_capabilities (3),
.BR capabilities (7) 

.SH AUTHOR
Steve Grubb