Expand description
Manipulate securebits flags
This module exposes methods to get and set per-thread securebits flags, which can be used to disable special handling of capabilities for UID 0 (root).
Functions§
- has_
keepcaps - Return whether the current thread’s “keep capabilities” flag is set.
- set_
keepcaps - Set the value of the current thread’s “keep capabilities” flag.