diff --git a/security/hardened_malloc.adoc b/security/hardened_malloc.adoc index ae0670b..a320bd0 100644 --- a/security/hardened_malloc.adoc +++ b/security/hardened_malloc.adoc @@ -1,6 +1,6 @@ = GrapheneOS hardened_malloc -Version: 0.0.0.5 +Version: 0.0.0.6 This documentation contains instructions to use @@ -38,4 +38,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` + + + glibc-based systems: Add `` to `/etc/ld.so.preload`