pub fn set_secure_computing_mode(mode: SecureComputingMode) -> Result<()>
Available on crate feature
thread
only.Expand description
Set the secure computing mode for the calling thread, to limit the available system calls.
pub fn set_secure_computing_mode(mode: SecureComputingMode) -> Result<()>
thread
only.Set the secure computing mode for the calling thread, to limit the available system calls.