From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Sun, 22 Mar 2020 19:34:23 +0000 (+0000) Subject: GrapheneOS is the continuation of CopperheadOS X-Git-Tag: v0.5.5~4^2 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=refs%2Fpull%2F34%2Fhead;p=kconfig-hardened-check.git GrapheneOS is the continuation of CopperheadOS --- diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index c5dcb06..923402b 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -426,7 +426,7 @@ def construct_checklist(checklist, arch): checklist.append(AND(OptCheck('LDISC_AUTOLOAD', 'is not set', 'clipos', 'cut_attack_surface'), \ VerCheck((5, 1)))) # LDISC_AUTOLOAD can be disabled since v5.1 - checklist.append(OptCheck('AIO', 'is not set', 'copperhead', 'cut_attack_surface')) + checklist.append(OptCheck('AIO', 'is not set', 'grapheneos', 'cut_attack_surface')) checklist.append(OptCheck('MMIOTRACE', 'is not set', 'my', 'cut_attack_surface')) # refers to LOCKDOWN (permissive) checklist.append(OptCheck('LIVEPATCH', 'is not set', 'my', 'cut_attack_surface'))