Clarify shared library approach
This commit is contained in:
parent
7013143434
commit
fac206fefa
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
||||
<!-- Version: 5.0.2-alpha.4 -->
|
||||
<!-- Version: 5.0.2-alpha.5 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -34,8 +34,8 @@
|
||||
<section id="introduction">
|
||||
<p>This documentation contains instructions to use
|
||||
<a href="https://github.com/GrapheneOS/hardened_malloc">hardened_malloc</a>
|
||||
memory allocator as the system's default memory allocator. These instructions apply to both musl and
|
||||
glibc C libraries on Linux-based systems.</p>
|
||||
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.</p>
|
||||
<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 readable and executable by all users of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user