From fac206fefa93f3e599cd44b43583a7910e60970f Mon Sep 17 00:00:00 2001
From: inference
Date: Wed, 26 Jun 2024 20:26:49 +0100
Subject: [PATCH] Clarify shared library approach
---
documentation/hardened_malloc.xhtml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml
index 8dceb8b..220cd9e 100644
--- a/documentation/hardened_malloc.xhtml
+++ b/documentation/hardened_malloc.xhtml
@@ -1,7 +1,7 @@
-
+
@@ -34,8 +34,8 @@
This documentation contains instructions to use
hardened_malloc
- memory allocator as the system's default memory allocator. These instructions apply to both musl and
- glibc C libraries on Linux-based systems.
+ memory allocator as the system's default memory allocator via dynamic linking as a shared library. These
+ instructions apply to both musl and glibc C libraries on Linux-based systems.
hardened_malloc can also be used per-application and/or per-user, 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 readable and executable by all users of the