From 5fd14d3fa09938c26adb1a2218816a41fc831e61 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 30 Apr 2023 22:51:08 +0300 Subject: [PATCH] Add the comment about kernel.sysrq=0 --- kconfig_hardened_check/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kconfig_hardened_check/checks.py b/kconfig_hardened_check/checks.py index 850edd2..e571c50 100644 --- a/kconfig_hardened_check/checks.py +++ b/kconfig_hardened_check/checks.py @@ -35,6 +35,7 @@ This module contains knowledge for checks. # nosmt sysfs control file # dev.tty.legacy_tiocsti=0 # vm.mmap_rnd_bits=max (?) +# kernel.sysrq=0 # # Think of these boot params: # module.sig_enforce=1 -- 2.31.1