Fix broken apostrophes
This commit is contained in:
parent
1e4e4e0314
commit
ee12864ce0
@ -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-alpha.3+15 -->
|
<!-- Version: 1.0.2-alpha.4+16 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -59,7 +59,7 @@
|
|||||||
<section id="memory_pages">
|
<section id="memory_pages">
|
||||||
<h2 id="memory_pages"><a href="#memory_pages">Increase Permitted Amount of Memory Pages</a></h2>
|
<h2 id="memory_pages"><a href="#memory_pages">Increase Permitted Amount of Memory Pages</a></h2>
|
||||||
<p>Add <code>vm.max_map_count = 1048576</code> to
|
<p>Add <code>vm.max_map_count = 1048576</code> to
|
||||||
<code>/etc/sysctl.conf</code> to accommodate hardened_malloc’s large
|
<code>/etc/sysctl.conf</code> to accommodate hardened_malloc's large
|
||||||
amount of guard pages.</p>
|
amount of guard pages.</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="clone_source_code">
|
<section id="clone_source_code">
|
||||||
@ -86,7 +86,7 @@
|
|||||||
<p>For extra security, <code>CONFIG_SEAL_METADATA=true</code> can be
|
<p>For extra security, <code>CONFIG_SEAL_METADATA=true</code> can be
|
||||||
used in order to control whether Memory Protection Keys are used to
|
used in order to control whether Memory Protection Keys are used to
|
||||||
disable access to all writable allocator state outside of the memory
|
disable access to all writable allocator state outside of the memory
|
||||||
allocator code. It’s currently disabled by default due to a significant
|
allocator code. It's currently disabled by default due to a significant
|
||||||
performance cost for this use case on current generation hardware.
|
performance cost for this use case on current generation hardware.
|
||||||
Whether or not this feature is enabled, the metadata is all contained
|
Whether or not this feature is enabled, the metadata is all contained
|
||||||
within an isolated memory region with high entropy random guard regions
|
within an isolated memory region with high entropy random guard regions
|
||||||
@ -96,7 +96,7 @@
|
|||||||
security for much less memory usage.</p>
|
security for much less memory usage.</p>
|
||||||
<p>For all compile-time options, see the
|
<p>For all compile-time options, see the
|
||||||
<a href="https://github.com/GrapheneOS/hardened_malloc#configuration">configuration section</a>
|
<a href="https://github.com/GrapheneOS/hardened_malloc#configuration">configuration section</a>
|
||||||
of hardened_malloc’s extensive official documentation.</p>
|
of hardened_malloc's extensive official documentation.</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="copy_library">
|
<section id="copy_library">
|
||||||
<h2 id="copy_library"><a href="#copy_library">Copy Compiled hardened_malloc Library</a></h2>
|
<h2 id="copy_library"><a href="#copy_library">Copy Compiled hardened_malloc Library</a></h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user