mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-29 16:16:10 +00:00
Improved consistency by adding spaces around '=' for vm.mmap_rnd_*
This commit is contained in:
@@ -110,9 +110,9 @@ fs.inotify.max_user_watches = 524288
|
|||||||
# do not allow mmap in lower addresses
|
# do not allow mmap in lower addresses
|
||||||
vm.mmap_min_addr = 65536
|
vm.mmap_min_addr = 65536
|
||||||
|
|
||||||
# improve mmap ASLR effectness
|
# improve mmap ASLR effectiveness
|
||||||
vm.mmap_rnd_bits=32
|
vm.mmap_rnd_bits = 32
|
||||||
vm.mmap_rnd_compat_bits=16
|
vm.mmap_rnd_compat_bits = 16
|
||||||
|
|
||||||
########## Networking ##########
|
########## Networking ##########
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user