Add variable tags to variables
This commit is contained in:
parent
ee12864ce0
commit
c9db4d01fa
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 1.0.2-alpha.4+16 -->
|
||||
<!-- Version: 1.0.2-alpha.5+17 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -72,7 +72,7 @@
|
||||
</section>
|
||||
<section id="compile">
|
||||
<h2 id="compile"><a href="#compile">Compile hardened_malloc</a></h2>
|
||||
<p><p><code>$ make <arguments></code></p>
|
||||
<p><p><code>$ make <var><arguments></var></code></p>
|
||||
<p><code>CONFIG_N_ARENA=<var>n</var></code> can be adjusted to increase
|
||||
parallel performance at the expense of memory usage, or decrease memory
|
||||
usage at the expense of parallel performance, where <var>n</var> is an
|
||||
@ -100,13 +100,15 @@
|
||||
</section>
|
||||
<section id="copy_library">
|
||||
<h2 id="copy_library"><a href="#copy_library">Copy Compiled hardened_malloc Library</a></h2>
|
||||
<p><code># cp out/libhardened_malloc.so <target path></code></p>
|
||||
<p><code># cp out/libhardened_malloc.so <var><target path></var></code></p>
|
||||
</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="<hardened_malloc path>"</code>
|
||||
<p>musl-based systems: Add <code>export LD_PRELOAD="<var><hardened_malloc path></var>"</code>
|
||||
to <code>/etc/environment</code><br>
|
||||
glibc-based systems: Add <code><hardened_malloc path></code> to <code>/etc/ld.so.preload</code></p>
|
||||
glibc-based systems:
|
||||
Add <code><var><hardened_malloc path></var></code> to
|
||||
<code>/etc/ld.so.preload</code></p>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user