diff --git a/security/hardened_malloc.adoc b/security/hardened_malloc.adoc index c7905a3..3eb629d 100644 --- a/security/hardened_malloc.adoc +++ b/security/hardened_malloc.adoc @@ -1,14 +1,15 @@ = GrapheneOS hardened_malloc -Version: 0.1.0.10 +Version: 0.1.0.11 This documentation contains instructions to use 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 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 -of hardened_malloc. +in which case root permissions are not required; this documentation focuses on system-wide usage +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