Man page - capng_set_rootid(3)
Packages contains this manual
- capng_get_caps_process(3)
- capng_lock(3)
- capng_update(3)
- capng_apply(3)
- capng_change_id(3)
- libdrop_ambient(7)
- capng_capability_to_name(3)
- capng_have_capability(3)
- capng_get_caps_fd(3)
- capng_fill(3)
- capng_restore_state(3)
- capng_name_to_capability(3)
- capng_get_rootid(3)
- capng_print_caps_numeric(3)
- capng_apply_caps_fd(3)
- capng_setpid(3)
- capng_print_caps_text(3)
- capng_updatev(3)
- capng_set_rootid(3)
- capng_clear(3)
- capng_have_capabilities(3)
- capng_save_state(3)
Package: libcap-ng-dev
apt-get install libcap-ng-dev
apt-get install libcap-ng-dev
Manuals in package:
Documentations in package:
Manual
CAPNG_SET_ROOTID
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR
NAME
capng_set_rootid - set namespace root id
SYNOPSIS
#include <cap-ng.h>
int capng_set_rootid(int rootid);
DESCRIPTION
capng_set_rootid sets the rootid for capabilities operations. This is only applicable for file system operations.
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.
SEE ALSO
capng_set_caps_fd (3), capabilities (7)
AUTHOR
Steve Grubb