rustix::thread::prctl

Function no_new_privs

Source
pub fn no_new_privs() -> Result<bool>
Expand description

Get the value of the no_new_privs attribute for the calling thread.

§References