Update webpage "Documentation - hardened_malloc" from version 1.0.0-beta.2+4 to 1.0.1-beta.1+9
This commit is contained in:
parent
ae47ff10c0
commit
befc0bc361
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 1.0.0-beta.2+4 -->
|
||||
<!-- Version: 1.0.1-beta.1+9 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -32,7 +32,7 @@
|
||||
<h1>Documentation - GrapheneOS hardened_malloc</h1>
|
||||
<p>This documentation contains instructions to use
|
||||
<a href="https://github.com/GrapheneOS/hardened_malloc">GrapheneOS hardened_malloc</a>
|
||||
memory allocator as the system’s default memory allocator. These instructions apply to both musl
|
||||
memory allocator as the system's default memory allocator. These instructions apply to both musl
|
||||
and glibc C libraries on Unix-based and Unix-like systems. hardened_malloc can also be used
|
||||
per-application and/or per-user, in which case root permissions are not required; this
|
||||
documentation focuses on system-wide usage of hardened_malloc, assumes root privileges, and
|
||||
@ -52,6 +52,7 @@
|
||||
<li><a href="#copy_library">Copy Compiled hardened_malloc Library</a></li>
|
||||
<li><a href="#preload_on_boot">Set System to Preload hardened_malloc on Boot</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="memory_pages">
|
||||
<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 <code>/etc/sysctl.conf</code>
|
||||
|
Loading…
x
Reference in New Issue
Block a user