mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-30 17:48:50 -04:00
Merge pull request #265 from raja-grewal/mmap_min_addr
Set `sysctl vm.mmap_min_addr=65536`
This commit is contained in:
commit
563a898013
2 changed files with 17 additions and 0 deletions
|
@ -68,6 +68,9 @@ User space:
|
|||
|
||||
- Randomize the addresses (ASLR) for mmap base, stack, VDSO pages, and heap.
|
||||
|
||||
- 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.
|
||||
|
||||
- Optional - Disallow registering interpreters for various (miscellaneous) binary formats based
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue