From 1556dfd237c2aa70337d57446c70dd0622b62ec3 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 13 Aug 2022 22:50:00 +0300 Subject: [PATCH] Add the comment about vm.mmap_min_addr sysctl (for future reference) --- kconfig_hardened_check/__init__.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.31.1