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:
inference 2023-10-07 06:18:31 +01:00
parent ae47ff10c0
commit befc0bc361
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -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.0-beta.2+4 --> <!-- Version: 1.0.1-beta.1+9 -->
<html> <html>
@ -32,7 +32,7 @@
<h1>Documentation - GrapheneOS hardened_malloc</h1> <h1>Documentation - GrapheneOS hardened_malloc</h1>
<p>This documentation contains instructions to use <p>This documentation contains instructions to use
<a href="https://github.com/GrapheneOS/hardened_malloc">GrapheneOS hardened_malloc</a> <a href="https://github.com/GrapheneOS/hardened_malloc">GrapheneOS hardened_malloc</a>
memory allocator as the systems 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 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 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 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="#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> <li><a href="#preload_on_boot">Set System to Preload hardened_malloc on Boot</a></li>
</ul> </ul>
</section>
<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 <code>/etc/sysctl.conf</code> <p>Add <code>vm.max_map_count = 1048576</code> to <code>/etc/sysctl.conf</code>