rustix::thread::prctl

Function set_keep_capabilities

Source
pub fn set_keep_capabilities(enable: bool) -> Result<()>
Expand description

Set the state of the calling thread’s keep capabilities flag.

§References