devela::_dep::rustix::thread

Function no_new_privs

pub fn no_new_privs() -> Result<bool, Errno> 
Available on crate feature dep_rustix only.
Expand description

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

§References