From: Alexander Popov Date: Wed, 12 Dec 2018 21:54:51 +0000 (+0300) Subject: Add SECURITY_LOADPIN check X-Git-Tag: v0.5.2~65 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=cf84449ddd15b770b74b715856518d062ad9287b;p=kconfig-hardened-check.git Add SECURITY_LOADPIN check --- diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index 9cdf182..e509174 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -155,6 +155,7 @@ def construct_checklist(): checklist.append(OptCheck('SLUB_DEBUG_ON', 'y', 'my', 'self_protection')) checklist.append(OptCheck('SECURITY_DMESG_RESTRICT', 'y', 'my', 'self_protection')) checklist.append(OptCheck('STATIC_USERMODEHELPER', 'y', 'my', 'self_protection')) # breaks systemd? + checklist.append(OptCheck('SECURITY_LOADPIN', 'y', 'my', 'self_protection')) checklist.append(OptCheck('PAGE_POISONING_NO_SANITY', 'is not set', 'my', 'self_protection')) checklist.append(OptCheck('PAGE_POISONING_ZERO', 'is not set', 'my', 'self_protection')) checklist.append(OptCheck('SLAB_MERGE_DEFAULT', 'is not set', 'my', 'self_protection')) # slab_nomerge