Skip to content

arti: Add support for process hardening

Nick Mathewson requested to merge nickm/arti:hardening into main

This is a compile-time feature with an associated configuration flag, both enabled by default.

When it's turned on, hardening prevents the arti process from dumping core or being attached to by low-privileged processes. (This is a defense-in-depth measure, not an absolute way to prevent attacks. For more information, see secmem_proc.)

Closes #364 (closed).

Merge request reports