X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig_hardened_check%2Fchecks.py;fp=kconfig_hardened_check%2Fchecks.py;h=e30746c9fc0c3af0f4a60ef75a8f8d73b486e7d1;hb=bb1fc8b96945a06841a55fd56b23666fdbdd8b71;hp=fc63f3a7df593bf2ec1c4235cca04a110fe3dbba;hpb=b23f245bfa6ad860692a78d4acb71933608bab32;p=kconfig-hardened-check.git diff --git a/kconfig_hardened_check/checks.py b/kconfig_hardened_check/checks.py index fc63f3a..e30746c 100644 --- a/kconfig_hardened_check/checks.py +++ b/kconfig_hardened_check/checks.py @@ -609,4 +609,4 @@ def add_sysctl_checks(l, arch): l += [SysctlCheck('self_protection', 'kspp', 'net.core.bpf_jit_harden', '2')] - l += [SysctlCheck('self_protection', 'kspp', 'kernel.dmesg_restrict', '1')] + l += [SysctlCheck('cut_attack_surface', 'kspp', 'kernel.dmesg_restrict', '1')]