mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-13 06:36:27 -04: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
|
- Raise the minimum address a process can request for memory mapping to 64KB to
|
||||||
protect against kernel null pointer dereference vulnerabilities.
|
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
|
- Optional - Disallow registering interpreters for various (miscellaneous) binary formats based
|
||||||
on a magic number or their file extension to prevent unintended code execution.
|
on a magic number or their file extension to prevent unintended code execution.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user