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
musl-based systems: Add - export LD_PRELOAD="<hardened_malloc path>" to + LD_PRELOAD=<hardened_malloc path> to /etc/environment
export LD_PRELOAD="<hardened_malloc path>"
LD_PRELOAD=<hardened_malloc path>
/etc/environment
glibc-based systems: Add <hardened_malloc path> to /etc/ld.so.preload
<hardened_malloc path>
/etc/ld.so.preload