Function rustix::thread::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