mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-11 03:00:13 -04:00
Set sysctl vm.mmap_min_addr=65536
This commit is contained in:
parent
e962153f84
commit
e61027a40e
2 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue