kconfig-hardened-check.git
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
2020-03-18 Alexander PopovLOCKDOWN update - part II
2020-03-18 Alexander PopovLOCKDOWN update - part I
2020-03-18 Alexander PopovDon't restrict arch for "is not set" checks
2020-03-17 Alexander PopovSECURITY_LOCKDOWN_LSM is recommended by CLIP OS
2020-03-08 Alexander PopovAdd CONFIG_INTEGRITY for userspace hardening
2020-03-08 Alexander PopovFix the comments
2020-03-08 Alexander PopovDon't show all checks from all supported platforms...
2020-03-07 Alexander PopovImprove 'dunno' report in debug_mode
2020-03-06 Alexander PopovAdd SECURITY_LOADPIN_ENFORCE check
2020-03-06 Alexander PopovUpdate CLIP OS kernel security documentation
2020-03-06 Alexander PopovAdd CLIP OS recommendation about CONFIG_STAGING
2020-03-06 Alexander PopovAdd CLIP OS recommendation about CONFIG_RANDOM_TRUST_BO...
2020-03-06 Alexander PopovUpdate the README
2020-03-06 Alexander PopovImprove debug_mode a lot
2020-03-06 Alexander PopovImprove the table header
2020-03-06 Alexander PopovDrop unused OptCheck printing
2020-03-05 Alexander PopovUpdate 'decision' for new KSPP recommendations
2020-03-05 Alexander PopovUpdate KSPP recommendations
2020-03-05 Alexander PopovUpdate the README
2020-03-05 Alexander PopovLDISC_AUTOLOAD can be disabled since v5.1
2020-03-05 Alexander PopovREFCOUNT_FULL is enabled by default since v5.5
2020-03-05 Alexander PopovAdd kernel version checks for complex checks with logic...
2020-03-05 Alexander PopovAdd kernel version detection
2020-03-05 Alexander PopovSimplify perform_checks()
2020-03-04 Alexander PopovFix versions in KSPP recommendations
2020-03-04 Alexander PopovFix the name for ClearLinux config
2020-03-04 Alexander PopovSTACKPROTECTOR_PER_TASK is now default for ARM
2020-03-04 Alexander PopovSECURITY_WRITABLE_HOOKS is not disabled by default
2020-03-04 Alexander PopovInclude GCC_PLUGINS to defconfig
2020-03-04 Alexander PopovUpdate defconfigs (v5.5)
2020-02-27 Alexander PopovMerge branch 'config-updates-from-hackurx'
2020-02-26 LoïcUpdate of the kconfig-hardened-check.py part 31/head
2020-02-26 LoïcAdd link for clearlinux
2020-02-26 LoïcAdd clearlinux-master
2020-02-24 LoïcUpdate to 5.3.0-28-generic (LTS HWE)
2020-02-24 LoïcRemove debian-stretch.config
2020-02-24 LoïcAdd link for amazonlinux2
2020-02-24 LoïcUpdate to 4.14.165-133.209.amzn2.x86_64
2020-02-24 LoïcUpdate to 5.4.21
2020-02-24 LoïcUpdate to openSUSE-15.1
2020-02-24 LoïcUpdate to 5.3.16 (SLE15-SP2)
2020-02-24 LoïcUpdate to SLE15-SP2 and openSUSE-15.1
2020-02-24 LoïcUpdate to 5.4.21
2020-02-24 LoïcUpdate to 5.5.5-pentoo
2020-02-24 LoïcUpdate of some links
2020-02-24 LoïcUpdate to 5.4.1 (uek6)
2020-02-24 LoïcUpdate to 4.18.0-147.5.1.el8_1.x86_64
2020-02-24 LoïcUpdate to config-4.19.0-8-amd64
2020-01-14 Alexander PopovFix INIT_ON_FREE_DEFAULT_ON vs PAGE_POISONING issue #28
2020-01-14 Alexander PopovAnswer the question about CONFIG_PANIC_ON_OOPS
2020-01-11 Alexander PopovRecommend disabling VIDEO_VIVID
2020-01-10 Alexander PopovTake some ideas from NixOS/nixpkgs hardened kernel...
2019-12-02 Alexander PopovPretty printing
2019-11-29 Alexander PopovVersion 0.5.3 (supports Linux kernel v5.3) v0.5.3
2019-11-29 Alexander PopovAdd the link to Linux Kernel Defence Map
2019-11-29 Alexander PopovUpdate the README
2019-11-29 Alexander PopovUpdate defconfigs
2019-11-29 Alexander PopovRANDOMIZE_BASE is now enabled by default on arm64
2019-11-28 Alexander Popovx86_32: INTEL_IOMMU is not enabled by default - fix...
2019-11-28 Alexander PopovX86_INTEL_UMIP is now X86_UMIP
2019-11-28 Alexander Popovx86_64: more hardening options are enabled by default...
2019-11-28 Alexander PopovImprove the list of the kernel parameters in TODO
2019-11-28 Alexander PopovAdd CLIP OS links
2019-11-28 Alexander PopovUpdate the column width
2019-11-28 Alexander PopovSome of my recommendations are used by CLIP OS, change...
2019-11-28 Alexander PopovDon't recommend disabling IKCONFIG anymore
2019-11-28 Alexander PopovSave more hardening sysctls for TODO
2019-11-28 Alexander PopovUpdate CLIP OS doc
2019-11-28 Alexander PopovGroup security policies together
2019-11-28 Alexander PopovAdd INIT_ON_ALLOC_DEFAULT_ON and INIT_ON_FREE_DEFAULT_O...
2019-11-28 Alexander PopovAdd RODATA_FULL_DEFAULT_ENABLED for ARM64
2019-11-28 Alexander PopovAdd info about Debian and AOSP kernel configs to links.txt
2019-11-28 Alexander PopovAdd Debian Buster kernel config
2019-11-28 Alexander PopovAdd AOSP kernel config for Pixel 3a
2019-08-23 Alexander PopovIntroduce the versioning v0.5.2
2019-08-23 Alexander PopovUpdate the script output in the README
2019-08-23 Alexander PopovAdd HARDEN_BRANCH_PREDICTOR and HARDEN_EL2_VECTORS
2019-08-23 Alexander PopovBring more order to the offsets (style fix)
2019-08-22 Alexander PopovAdd INIT_STACK_ALL as an alternative to GCC_PLUGIN_STRU...
2019-08-22 Alexander PopovAdd SHUFFLE_PAGE_ALLOCATOR from v5.2
2019-08-22 Alexander PopovAdd some new sysctls (to remember them)
2019-07-08 Alexander PopovMerge pull request #22 from adrianopol/master
2019-07-07 Andrew Petelin#20 fix: use right quotes in json output 22/head
2019-06-24 Alexander PopovDo code refactoring without changing the functionality
next