mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-24 13:47:52 +07:00
README.md: Show the current max_map_count
This commit is contained in:
parent
f3b50a23c9
commit
eae38e72f3
@ -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…
Reference in New Issue
Block a user