From 32e873ae324b1e82256fc171c0c5c6c1952a53e2 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 29 Jan 2024 18:45:39 +0000 Subject: [PATCH] Add unprivileged execution as requirement --- documentation/hardened_malloc.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml index b99ca63..35a99c7 100644 --- a/documentation/hardened_malloc.xhtml +++ b/documentation/hardened_malloc.xhtml @@ -1,7 +1,7 @@ - + @@ -36,7 +36,7 @@

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 be - located in a path readable by all users of the system.

+ located in a path readable and executable by all users of the system.

For the complete hardened_malloc documentation, visit its official documentation.

This documentation is also available in portable AsciiDoc format in my