You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
678 B

.TH "CAPNG_SET_CAPS_FD" "3" "June 2009" "Red Hat" "Libcap-ng API"
.SH NAME
capng_set_caps_fd \-
.SH "SYNOPSIS"
.B #include <cap-ng.h>
.sp
int capng_set_caps_fd(int fd);
.SH "DESCRIPTION"
This function will write the file based capabilities to the 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.2
6 and later.
.SH "RETURN VALUE"
This returns 0 on success and -1 on failure.
.SH "SEE ALSO"
.BR capng_get_caps_fd (3),
.BR capabilities (7)
.SH AUTHOR
Steve Grubb