mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-11 09:45:09 -04:00
README.md: Show the current max_map_count
This commit is contained in:
parent
f3b50a23c9
commit
eae38e72f3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue