mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-18 02:06:37 +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,9 +115,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
|
||||
|
||||
# prevent unprivileged users from accessing userfaultfd
|
||||
# restricts syscall to the privileged users or the CAP_SYS_PTRACE capability
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user