Update webpage "Documentation - hardened_malloc" from version 1.0.2-beta.1+18 to 1.0.2-beta.2+20
This commit is contained in:
parent
121a5f1d3c
commit
72e36ca486
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 1.0.2-beta.1+18 -->
|
||||
<!-- Version: 1.0.2-beta.2+20 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -104,11 +104,16 @@
|
||||
</section>
|
||||
<section id="preload_on_boot">
|
||||
<h2 id="preload_on_boot"><a href="#preload_on_boot">Set System to Preload hardened_malloc on Boot</a></h2>
|
||||
<p>musl-based systems: Add <code>export LD_PRELOAD="<var><hardened_malloc path></var>"</code>
|
||||
to <code>/etc/environment</code><br>
|
||||
glibc-based systems:
|
||||
<p>
|
||||
<ul>
|
||||
<li>musl-based systems: Add
|
||||
<code>export LD_PRELOAD="<var><hardened_malloc path></var>"</code>
|
||||
to <code>/etc/environment</code></li>
|
||||
<li>glibc-based systems:
|
||||
Add <code><var><hardened_malloc path></var></code> to
|
||||
<code>/etc/ld.so.preload</code></p>
|
||||
<code>/etc/ld.so.preload</code></li>
|
||||
</ul>
|
||||
</p>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user