From 85457bcc5edc30cf27f362605dd9b3f2f2e5de1b Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 27 Jun 2024 13:56:42 +0100 Subject: [PATCH] Make preload shared library section more complete --- documentation/hardened_malloc.xhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml index 8b45037..b94b898 100644 --- a/documentation/hardened_malloc.xhtml +++ b/documentation/hardened_malloc.xhtml @@ -1,7 +1,7 @@ - + @@ -122,6 +122,8 @@

Set System to Preload hardened_malloc on Boot

+

In order to preload the hardened_malloc shared library on boot, perform the following + actions:

musl-based systems: Add the following to /etc/environment or a configuration file within /etc/environment.d/:

LD_PRELOAD=/usr/local/lib/libhardened_malloc.so