Fix preloading syntax
`/etc/environment` does not require `export` or quotation mark wrapping.
This commit is contained in:
parent
67b88c3af1
commit
4c9546a325
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
||||||
<!-- Version: 3.0.0-alpha.9 -->
|
<!-- Version: 3.0.0-alpha.10 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -104,7 +104,7 @@
|
|||||||
<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><b>musl-based systems:</b> Add
|
<p><b>musl-based systems:</b> Add
|
||||||
<code>export LD_PRELOAD="<var><hardened_malloc path></var>"</code> to
|
<code>LD_PRELOAD=<var><hardened_malloc path></var></code> to
|
||||||
<code>/etc/environment</code></p>
|
<code>/etc/environment</code></p>
|
||||||
<p><b>glibc-based systems:</b> Add <code><var><hardened_malloc path></var></code> to
|
<p><b>glibc-based systems:</b> Add <code><var><hardened_malloc path></var></code> to
|
||||||
<code>/etc/ld.so.preload</code></p>
|
<code>/etc/ld.so.preload</code></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user