mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-19 18:56:32 +00:00
Merge pull request #10 from HorlogeSkynet/style/spaces_around_assigns
Improved consistency by adding spaces around '=' for `vm.mmap_rnd_*`
This commit is contained in:
commit
7f44c4c6db
@ -115,7 +115,7 @@ 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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user