Improved consistency by adding spaces around '=' for vm.mmap_rnd_*

This commit is contained in:
Samuel FORESTIER
2022-07-02 10:19:10 +02:00
parent 713183509d
commit 871c697809

View File

@@ -110,9 +110,9 @@ fs.inotify.max_user_watches = 524288
# do not allow mmap in lower addresses
vm.mmap_min_addr = 65536
# improve mmap ASLR effectness
vm.mmap_rnd_bits=32
vm.mmap_rnd_compat_bits=16
# improve mmap ASLR effectiveness
vm.mmap_rnd_bits = 32
vm.mmap_rnd_compat_bits = 16
########## Networking ##########