File: capng_set_rootid.3

package info (click to toggle)
libcap-ng 0.8.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: ansic: 2,790; makefile: 138; python: 59; sh: 24
file content (23 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (2)
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_SET_ROOTID" "3" "Sept 2020" "Red Hat" "Libcap-ng API"
.SH NAME
capng_set_rootid \- set namespace root id
.SH "SYNOPSIS"
.B #include <cap-ng.h>
.sp
int capng_set_rootid(int rootid);

.SH "DESCRIPTION"

capng_set_rootid sets the rootid for capabilities operations. This is only applicable for file system operations.

.SH "RETURN VALUE"

On success, it returns 0. It returns -1 if there is an internal error or the kernel does not suppor V3 filesystem capabilities.

.SH "SEE ALSO"

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

.SH AUTHOR
Steve Grubb