From 4c9546a3253e10f7469fa5d6bf4336b92757d7e2 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 29 Jan 2024 20:26:35 +0000 Subject: [PATCH] Fix preloading syntax `/etc/environment` does not require `export` or quotation mark wrapping. --- documentation/hardened_malloc.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml index baa96c4..922c7b7 100644 --- a/documentation/hardened_malloc.xhtml +++ b/documentation/hardened_malloc.xhtml @@ -1,7 +1,7 @@ - + @@ -104,7 +104,7 @@

Set System to Preload hardened_malloc on Boot

musl-based systems: Add - export LD_PRELOAD="<hardened_malloc path>" to + LD_PRELOAD=<hardened_malloc path> to /etc/environment

glibc-based systems: Add <hardened_malloc path> to /etc/ld.so.preload