Skip to content

Commit 7f44c4c

Browse files
authored
Merge pull request #10 from HorlogeSkynet/style/spaces_around_assigns
Improved consistency by adding spaces around '=' for `vm.mmap_rnd_*`
2 parents fa1f91a + 871c697 commit 7f44c4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sysctl.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ fs.inotify.max_user_watches = 524288
115115
# do not allow mmap in lower addresses
116116
vm.mmap_min_addr = 65536
117117

118-
# improve mmap ASLR effectness
119-
vm.mmap_rnd_bits=32
120-
vm.mmap_rnd_compat_bits=16
118+
# improve mmap ASLR effectiveness
119+
vm.mmap_rnd_bits = 32
120+
vm.mmap_rnd_compat_bits = 16
121121

122122
# prevent unprivileged users from accessing userfaultfd
123123
# restricts syscall to the privileged users or the CAP_SYS_PTRACE capability

0 commit comments

Comments
 (0)