capng_restore_state — set the internal library state

Synopsis

#include <cap-ng.h>

void capng_restore_state(void **state);

Description

capng_restore_state is a function that takes the state information previously saved by capng_save_state and restores the libraries internal state. This function is not available in the python bindings.

Return Value

None.

See Also

capng_save_state(3), capabilities(7)

Author

Steve Grubb

Referenced By

capng_save_state(3).

June 2009 Red Hat Libcap-ng API