devela::_dep::rustix::thread

Function set_no_new_privs

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

Set the calling thread’s no_new_privs attribute.

§References