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 -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.2-beta.1+18 -->
|
<!-- Version: 1.0.2-beta.2+20 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -104,11 +104,16 @@
|
|||||||
</section>
|
</section>
|
||||||
<section id="preload_on_boot">
|
<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>
|
<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>
|
<p>
|
||||||
to <code>/etc/environment</code><br>
|
<ul>
|
||||||
glibc-based systems:
|
<li>musl-based systems: Add
|
||||||
Add <code><var><hardened_malloc path></var></code> to
|
<code>export LD_PRELOAD="<var><hardened_malloc path></var>"</code>
|
||||||
<code>/etc/ld.so.preload</code></p>
|
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></li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user