Man page - capng_get_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_GET_ROOTID
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR
NAME
capng_get_rootid - get namespace root id
SYNOPSIS
#include <cap-ng.h>
int capng_get_rootid(void);
DESCRIPTION
capng_get_rootid gets the rootid for capabilities operations. This is only applicable for file system operations.
RETURN VALUE
If the file is in the init namespace or the kernel does not support V3 file system capabilities, it returns CAPNG_UNSET_ROOTID. Otherwise it return an integer for the namespace root id.
SEE ALSO
capng_get_caps_fd (3), capabilities (7)
AUTHOR
Steve Grubb