Update GrapheneOS hardened_malloc documentation from version 0.0.0.0 to 0.0.0.2.

This commit is contained in:
inference 2023-06-12 17:10:45 +01:00
parent 65215bc809
commit 9ec7264404
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,6 +1,6 @@
= GrapheneOS hardened_malloc
Version: 0.0.0.0
Version: 0.0.0.2
This documentation contains the complete set of commands to use
@ -11,8 +11,8 @@ Unix-based and Unix-like systems.
== Increase Permitted Amount of Memory Pages
Add `vm.max_map_count = 1048576` to `/etc/sysctl.conf` to accomodate hardened_malloc's large amount
of guard pages
Add `vm.max_map_count = 1048576` to `/etc/sysctl.conf` to accommodate hardened_malloc's large amount
of guard pages.
== Clone hardened_malloc Source Code