Function rustix::thread::prctl::set_no_new_privs

source ·
pub fn set_no_new_privs(no_new_privs: bool) -> Result<()>
Expand description

Set the calling thread’s no_new_privs attribute.

§References