Function rustix::thread::prctl::set_secure_computing_mode

source ·
pub fn set_secure_computing_mode(mode: SecureComputingMode) -> Result<()>
Expand description

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

§References