Set sysctl vm.mmap_min_addr=65536

This commit is contained in:
Raja Grewal 2024-08-19 11:32:20 +10:00
parent e962153f84
commit e61027a40e
No known key found for this signature in database
GPG key ID: 92CA473C156B64C4
2 changed files with 17 additions and 0 deletions

View file

@ -63,6 +63,9 @@ space, user space, core dumps, and swap 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.
- Disallow registering interpreters for various (miscellaneous) binary formats based