Further explain scope of documentation.

This commit is contained in:
inference 2023-06-13 12:36:24 +01:00
parent 7675d4d0a0
commit db2d9a87b7
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,14 +1,15 @@
= GrapheneOS hardened_malloc = GrapheneOS hardened_malloc
Version: 0.1.0.10 Version: 0.1.0.11
This documentation contains instructions to use This documentation contains instructions to use
https://github.com/GrapheneOS/hardened_malloc[GrapheneOS hardened_malloc] memory allocator as the https://github.com/GrapheneOS/hardened_malloc[GrapheneOS hardened_malloc] memory allocator as the
system's default memory allocator. These instructions apply to both musl and glibc C libraries on system's default memory allocator. These instructions apply to both musl and glibc C libraries on
Unix-based and Unix-like systems. hardened_malloc can also be used per-application and/or per-user, Unix-based and Unix-like systems. hardened_malloc can also be used per-application and/or per-user,
in which case root permissions are not required, but this documentation focuses on system-wide usage in which case root permissions are not required; this documentation focuses on system-wide usage
of hardened_malloc. of hardened_malloc, assumes root privileges, and assumes the compiled library will be located in a
path readable by all users of the system.
== Increase Permitted Amount of Memory Pages == Increase Permitted Amount of Memory Pages