Skip to content

HBSD: Harden the RTLD

Add a new sysctl node, hardening.harden_rtld, that will drive the RTLD's hardening logic. Hardening LD_PRELOAD is a good first step towards a generalized RTLD hardening approach. LD_PRELOAD is a common code injection technique.

Signed-off-by: Shawn Webb shawn.webb@hardenedbsd.org MFC-to: 13-STABLE

Merge request reports