Merge pull request #265 from raja-grewal/mmap_min_addr

Set `sysctl vm.mmap_min_addr=65536`
This commit is contained in:
Patrick Schleizer 2024-09-04 10:11:48 -04:00 committed by GitHub
commit 563a898013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View file

@ -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