kconfig-hardened-check.git
2020-10-30 Alexander PopovUpdate the README. v0.5.9
2020-10-30 Alexander PopovFix indentation (thanks to pylint)
2020-10-29 Alexander PopovAdd a Q&A about spectre-meltdown-checker maintained...
2020-10-23 Alexander PopovINIT_STACK_ALL -> INIT_STACK_ALL_ZERO (was renamed)
2020-10-23 Alexander PopovAdd SHADOW_CALL_STACK for ARM64
2020-10-22 Alexander PopovAdd the recommendation about TRIM_UNUSED_KSYMS
2020-10-22 Alexander PopovAdd ARM64_BTI_KERNEL
2020-10-22 Alexander PopovAdd the recommendation about UBSAN_BOUNDS
2020-10-22 Alexander PopovPAGE_POISONING -> PAGE_POISONING_ZERO
2020-10-22 Alexander PopovImprove AND check reports
2020-10-22 Alexander PopovImprove HARDEN_EL2_VECTORS check
2020-10-22 Alexander PopovMerge remote-tracking branch 'pgils/el2_vectors'
2020-10-21 Alexander PopovAdd nested ComplexOptChecks support
2020-10-19 Pelle van GilsDo not check CONFIG_HARDEN_EL2_VECTORS for v5.9+ 48/head
2020-10-16 Alexander PopovAdd TODO about SLUB_DEBUG_ON
2020-10-16 Alexander PopovAdd CLIP OS recommendation about EFI_CUSTOM_SSDT_OVERLAYS
2020-10-16 Alexander PopovDisabling ACPI_TABLE_UPGRADE is now recommended by...
2020-10-16 Alexander PopovWithdraw my recommendation about BPF_JIT
2020-10-14 Alexander PopovUse cross compiler to build defconfigs
2020-10-14 Alexander PopovAdd defconfigs for Linux kernel v5.9
2020-07-15 Alexander PopovUpdate the README v0.5.7
2020-07-15 Alexander PopovFix relevant pylint warnings
2020-07-15 Alexander PopovFix 'decision' priority order ('lockdown' vs 'clipos...
2020-07-15 Alexander PopovAdd CLIP OS recommendations about CONFIG_IO_URING and...
2020-07-15 Alexander PopovAdd CONFIG_EFI_DISABLE_PCI_DMA recommended by CLIP OS
2020-07-15 Alexander PopovFix 'decision' -- CONFIG_INTEGRITY is not enabled by...
2020-07-15 Alexander PopovAdd defconfigs for Linux kernel v5.7
2020-07-15 Alexander PopovTake new AND use case for X86_PTDUMP / PTDUMP_DEBUGFS
2020-07-15 Alexander PopovImprove ComplexOptCheck use cases
2020-07-15 Alexander PopovAdd 'show_ok' and 'show_fail' print modes
2020-07-13 Alexander PopovDeclare variables closer to their usage
2020-07-13 Alexander PopovGet rid of 'kernel_version' global variable
2020-07-13 Alexander PopovBig rework of the report modes
2020-07-13 Alexander PopovAdd another link about user namespaces to Q&A
2020-07-10 Alexander PopovAdd ARM64_PAN
2020-07-09 Alexander PopovUse += instead of append() for checklist
2020-07-09 Alexander PopovReorder some checking rules for better looking code
2020-07-09 Alexander PopovChange the order of arguments in OptCheck constructor
2020-07-09 Alexander PopovDrop unused 'state' property from ComplexOptCheck
2020-07-09 Alexander PopovDon't return self.result in check() method -- it's...
2020-07-06 Alexander PopovARM64_PTR_AUTH is now supported for the kernel (from...
2020-07-03 Alexander PopovAdd the link to huldufolk project by @tych0
2020-05-30 Alexander PopovAdd the link to @BlackIkeEagle article
2020-05-06 Alexander PopovMerge branch 'ubuntu20'
2020-05-05 HacKurxUpgrading to Ubuntu 20.04 kernel config 43/head
2020-04-09 Alexander PopovMerge branch 'evbug'
2020-04-09 Alexander PopovMerge branch 'pylint'
2020-04-09 HacKurxUpdating the number of failures in the README 41/head
2020-04-09 HacKurxAdd CONFIG_INPUT_EVBUG
2020-04-08 shamilbipylint some code 40/head
2020-04-06 Alexander PopovImprove versioning
2020-04-03 Alexander PopovAdd DRM_LEGACY, FB, and VT checks
2020-03-31 Alexander PopovImplement PresenceCheck and use it for LDISC_AUTOLOAD
2020-03-31 Alexander PopovFix ComplexOptCheck result printing
2020-03-31 Alexander PopovNewline should be printed by print_checklist() that...
2020-03-31 Alexander PopovAdd more tests to increase coverage - IV
2020-03-31 Alexander PopovCreate polymorphism for printing, add table_print(...
2020-03-31 Alexander PopovRevisit special behavior in checking and printing that...
2020-03-31 Alexander PopovRename some workflow steps
2020-03-30 Alexander PopovAdd more tests to increase coverage - III
2020-03-30 Alexander PopovAdd more tests to increase coverage - II
2020-03-30 Alexander PopovAdd more tests to increase coverage - I
2020-03-30 Alexander PopovCollect coverage
2020-03-30 Alexander PopovCount checked configs
2020-03-30 Alexander PopovCheck all configs automatically
2020-03-30 Alexander PopovRevisit return values
2020-03-30 Alexander PopovCreate the github workflow for functional tests
2020-03-28 Alexander PopovFix the shebang to allow `./get-nix-kconfig.py`
2020-03-27 Alexander PopovAdd NixOS hardened kernel config
2020-03-26 Alexander PopovFix typo in README
2020-03-26 Alexander PopovAdd vim swp files to gitignore
2020-03-26 Alexander PopovMerge branch 'nix'
2020-03-26 Jörg Thalheimadd script to download linux kernel configs from nix
2020-03-26 Jörg Thalheimadd gitignore
2020-03-26 Jörg Thalheimadd default.nix for installation via nix
2020-03-26 Alexander PopovUpdate the README (describing installation)
2020-03-26 Alexander PopovAdd a wrapper for using the tool without installation...
2020-03-26 Alexander PopovEnable distribution via pip/setuptools
2020-03-26 Alexander PopovCall it a tool
2020-03-26 Alexander PopovUh, setuptools doesn't like package names that contain...
2020-03-25 Alexander PopovAdd main() and clean up working with globals
2020-03-25 Alexander PopovRename to kconfig-hardened-check/__init__.py
2020-03-25 Alexander PopovMove files to kconfig-hardened-check folder
2020-03-25 Alexander PopovRename LICENSE file
2020-03-24 Alexander PopovVersion 0.5.5 (supports Linux kernel v5.5) v0.5.5
2020-03-24 Alexander PopovUpdate the README
2020-03-24 Alexander PopovCLIP OS recommends disabling Intel TSX
2020-03-24 Alexander PopovSmall syctl cleanup
2020-03-23 Alexander PopovMerge pull request #34 from madaidan/grapheneos
2020-03-22 madaidanGrapheneOS is the continuation of CopperheadOS 34/head
2020-03-20 Alexander PopovCopperheadOS disables the kernel's CONFIG_AIO feature
2020-03-20 Alexander PopovKSPP now recommends PAGE_TABLE_ISOLATION for X86_32
2020-03-20 Alexander PopovUpdate KSPP recommendations
2020-03-18 Alexander PopovINTEL_IOMMU is available for X86_32
2020-03-18 Alexander PopovMove VMSPLIT_3G to 'userspace_hardening'
2020-03-18 Alexander PopovStyle fix
2020-03-18 Alexander PopovIOMMU_SUPPORT is needed for all architectures
2020-03-18 Alexander PopovSECURITY_WRITABLE_HOOKS and SECURITY_SELINUX_DISABLE...
2020-03-18 Alexander PopovAdd CLIP OS recommendation about X86_CPUID
2020-03-18 Alexander PopovFix RANDOM_TRUST_BOOTLOADER check
next