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:
inference 2023-10-10 02:44:13 +01:00
parent 121a5f1d3c
commit 72e36ca486
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -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>&lt;hardened_malloc path&gt;</var>"</code>
to <code>/etc/environment</code><br>
glibc-based systems:
<p>
<ul>
<li>musl-based systems: Add
<code>export LD_PRELOAD="<var>&lt;hardened_malloc path&gt;</var>"</code>
to <code>/etc/environment</code></li>
<li>glibc-based systems:
Add <code><var>&lt;hardened_malloc path&gt;</var></code> to
<code>/etc/ld.so.preload</code></p>
<code>/etc/ld.so.preload</code></li>
</ul>
</p>
</section>
</body>
</html>