From: Alexander Popov Date: Sat, 13 Aug 2022 19:50:00 +0000 (+0300) Subject: Add the comment about vm.mmap_min_addr sysctl (for future reference) X-Git-Tag: v0.6.1~116 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=1556dfd237c2aa70337d57446c70dd0622b62ec3;p=kconfig-hardened-check.git Add the comment about vm.mmap_min_addr sysctl (for future reference) --- diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 1b26a25..cb8d54b 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -56,6 +56,7 @@ # vm.unprivileged_userfaultfd=0 # (at first, it disabled unprivileged userfaultfd, # and since v5.11 it enables unprivileged userfaultfd for user-mode only) +# vm.mmap_min_addr has a good value # dev.tty.ldisc_autoload=0 # fs.protected_symlinks=1 # fs.protected_hardlinks=1