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:
K4YT3X
2022-08-04 12:23:17 -04:00
committed by GitHub

View File

@@ -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