Add extra line break to improve readability.

This commit is contained in:
inference 2023-06-12 17:36:50 +01:00
parent 1526d6dfda
commit 769724d7ff
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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="<hardened_malloc_path>"` to `/etc/environment` +
+
glibc-based systems: Add `<hardened_malloc_path>` to `/etc/ld.so.preload`