File: capng_get_caps_fd.3

package info (click to toggle)
libcap-ng 0.7.9-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,136 kB
  • sloc: sh: 4,377; ansic: 2,207; python: 436; makefile: 136
file content (23 lines) | stat: -rw-r--r-- 832 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
.TH "CAPNG_GET_CAPS_FD" "3" "June 2009" "Red Hat" "Libcap-ng API"
.SH NAME
capng_get_caps_fd \- read file-based capabilities from extended attributes
.SH "SYNOPSIS"
.B #include <cap-ng.h>
.sp
int capng_get_caps_fd(int fd);

.SH "DESCRIPTION"

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

.SH "RETURN VALUE"

This returns 0 on success and -1 on failure.

.SH "SEE ALSO"

.BR capng_set_caps_fd (3),
.BR capabilities (7) 

.SH AUTHOR
Steve Grubb