From eae38e72f30ff9b9f8d0b8b0b33182a918333e48 Mon Sep 17 00:00:00 2001 From: raja-grewal Date: Thu, 26 Sep 2024 13:10:36 +0000 Subject: [PATCH] README.md: Show the current max_map_count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e55a1ec..a849c91 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ User space: - Raise the minimum address a process can request for memory mapping to 64KB to protect against kernel null pointer dereference vulnerabilities. -- Increase the maximum number of memory map areas a process is able to utilize. +- Increase the maximum number of memory map areas a process is able to utilize to 1,048,576. - Optional - Disallow registering interpreters for various (miscellaneous) binary formats based on a magic number or their file extension to prevent unintended code execution.