devela::_dep::rustix::thread

Function set_secure_computing_mode

pub fn set_secure_computing_mode(mode: SecureComputingMode) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Set the secure computing mode for the calling thread, to limit the available system calls.

§References