Add unprivileged execution as requirement

This commit is contained in:
inference 2024-01-29 18:45:39 +00:00
parent 5fafc2c3b9
commit 32e873ae32
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Documentation - hardened_malloc --> <!-- Inferencium - Website - Documentation - hardened_malloc -->
<!-- Version: 3.0.0-alpha.4 --> <!-- Version: 3.0.0-alpha.5 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -36,7 +36,7 @@
<p>hardened_malloc can also be used per-application and/or per-user, in which case root <p>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 permissions are not required; this documentation focuses on system-wide usage of
hardened_malloc, assumes root privileges, and assumes the compiled library will be hardened_malloc, assumes root privileges, and assumes the compiled library will be
located in a path readable by all users of the system.</p> located in a path readable and executable by all users of the system.</p>
<p>For the complete hardened_malloc documentation, visit its <p>For the complete hardened_malloc documentation, visit its
<a href="https://github.com/GrapheneOS/hardened_malloc#hardened_malloc">official documentation</a>.</p> <a href="https://github.com/GrapheneOS/hardened_malloc#hardened_malloc">official documentation</a>.</p>
<p>This documentation is also available in portable AsciiDoc format in my <p>This documentation is also available in portable AsciiDoc format in my