Skip to content

Commit

Permalink
Add the comments about vm.mmap_rnd_bits and `vm.mmap_rnd_compat_bit…
Browse files Browse the repository at this point in the history
…s` sysctls

Refers to #146
  • Loading branch information
a13xp0p0v committed Aug 11, 2024
1 parent 9d327ea commit 0f27645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel_hardening_checker/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ def normalize_cmdline_options(option: str, value: str) -> str:
# what about bpf_jit_enable?
# vm.mmap_min_addr has a good value
# nosmt sysfs control file
# vm.mmap_rnd_bits=max (?)
# vm.mmap_rnd_bits=max
# vm.mmap_rnd_compat_bits=max
# abi.vsyscall32 (any value except 2)
# net.ipv4.tcp_syncookies=1 (?)

Expand Down

0 comments on commit 0f27645

Please sign in to comment.