blob: 80f3464dc47ef2cb5c974fc7d03e92ac2fb8c38f [file] [log] [blame]
Nick Kralevich1d1011a2012-09-06 10:14:03 -07001.TH "CAPNG_GET_CAPS_FD" "3" "June 2009" "Red Hat" "Libcap-ng API"
2.SH NAME
3capng_get_caps_fd \-
4.SH "SYNOPSIS"
5.B #include <cap-ng.h>
6.sp
7int capng_get_caps_fd(int fd);
8
9.SH "DESCRIPTION"
10
11This function will read the file based capabilities stored in extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.26 and later. If the "magic" bit is set, then all effect capability bits are set. Otherwise the bits are cleared.
12
13.SH "RETURN VALUE"
14
15This returns 0 on success and -1 on failure.
16
17.SH "SEE ALSO"
18
19.BR capng_set_caps_fd (3),
20.BR capabilities (7)
21
22.SH AUTHOR
23Steve Grubb