Add unprivileged execution as requirement
This commit is contained in:
parent
5fafc2c3b9
commit
32e873ae32
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
||||
<!-- Version: 3.0.0-alpha.4 -->
|
||||
<!-- Version: 3.0.0-alpha.5 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- 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
|
||||
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.</p>
|
||||
located in a path readable and executable by all users of the system.</p>
|
||||
<p>For the complete hardened_malloc documentation, visit its
|
||||
<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
|
||||
|
Loading…
x
Reference in New Issue
Block a user