X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig-hardened-check.py;h=dd7b30e486a5ee7f6447e0a42100495c99c73d5c;hb=071e301cbbf7895c379f86aef790506c399ada3b;hp=55e46a34f05a4922c7084b0e71a5256c1fd43775;hpb=f4f3414d16171ac1acbe20bb55a77001b60c16ef;p=kconfig-hardened-check.git diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index 55e46a3..dd7b30e 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -434,6 +434,7 @@ def construct_checklist(checklist, arch): if arch == 'X86_32': checklist.append(OptCheck('MODIFY_LDT_SYSCALL', 'is not set', 'my', 'cut_attack_surface')) + checklist.append(OptCheck('INTEGRITY', 'y', 'defconfig', 'userspace_hardening')) if arch == 'ARM64': checklist.append(OptCheck('ARM64_PTR_AUTH', 'y', 'defconfig', 'userspace_hardening')) if arch == 'X86_64' or arch == 'ARM64':