From 1526d6dfda2c218445c6ce0eb9e836274af0acac Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 12 Jun 2023 17:36:13 +0100 Subject: [PATCH] Add missing quotation marks. --- security/hardened_malloc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/hardened_malloc.adoc b/security/hardened_malloc.adoc index 8c2d1c8..ae0670b 100644 --- a/security/hardened_malloc.adoc +++ b/security/hardened_malloc.adoc @@ -1,6 +1,6 @@ = GrapheneOS hardened_malloc -Version: 0.0.0.4 +Version: 0.0.0.5 This documentation contains instructions to use @@ -37,5 +37,5 @@ which sacrifices some security for much less memory usage. == Set System to Preload hardened_malloc on Boot -musl-based systems: Add `export LD_PRELOAD=` to `/etc/environment` + +musl-based systems: Add `export LD_PRELOAD=""` to `/etc/environment` + glibc-based systems: Add `` to `/etc/ld.so.preload`