From eea348814d83542c5191a17c48d1074c482a93a5 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 29 May 2023 01:16:12 +0300 Subject: [PATCH] Add a comment about `kernel.oops_limit` and `kernel.warn_limit` sysctls --- kconfig_hardened_check/checks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kconfig_hardened_check/checks.py b/kconfig_hardened_check/checks.py index 8e52fd8..ab25afa 100644 --- a/kconfig_hardened_check/checks.py +++ b/kconfig_hardened_check/checks.py @@ -37,6 +37,8 @@ This module contains knowledge for checks. # vm.mmap_rnd_bits=max (?) # kernel.sysrq=0 # abi.vsyscall32 (any value except 2) +# kernel.oops_limit (think about a proper value) +# kernel.warn_limit (think about a proper value) # # Think of these boot params: # module.sig_enforce=1 -- 2.31.1