Function arti::process::enable_process_hardening
source · [−]Available on crate features
experimental-api
and harden
only.Expand description
Enable process hardening, to make it harder for low-privilege users to extract information from Arti.
This function only has effect the first time it is called. If it returns an error, the caller should probably exit the process.
Limitations
See notes from the [secmem_proc
] crate: this is a best-effort defense, and
only makes these attacks harder. It can interfere with debugging.