Add missing quotation marks.
This commit is contained in:
parent
2391a474d8
commit
1526d6dfda
@ -1,6 +1,6 @@
|
|||||||
= GrapheneOS hardened_malloc
|
= GrapheneOS hardened_malloc
|
||||||
|
|
||||||
Version: 0.0.0.4
|
Version: 0.0.0.5
|
||||||
|
|
||||||
|
|
||||||
This documentation contains instructions to use
|
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
|
== Set System to Preload hardened_malloc on Boot
|
||||||
|
|
||||||
musl-based systems: Add `export LD_PRELOAD=<hardened_malloc_path>` to `/etc/environment` +
|
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`
|
glibc-based systems: Add `<hardened_malloc_path>` to `/etc/ld.so.preload`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user