kconfig-hardened-check.git
2023-03-06 Alexander Popovbackport: Fix the bug in OptCheck.check() introduced... v0.6.1-fixes v0.6.1
2023-01-22 Alexander PopovUpdate the README
2023-01-22 Alexander PopovFix the 'decision' for the slub_merge check
2023-01-22 Alexander PopovFix the pylint R1714 issues
2023-01-21 Alexander PopovAdd the check for the 'kvm.nx_huge_pages' cmdline parameter
2023-01-21 Alexander PopovAdd the check for the slub_merge cmdline parameter
2023-01-21 Alexander PopovRename the file with the KSPP cmdline recommendations...
2023-01-21 Alexander PopovClean up the comments
2023-01-21 Alexander PopovAdd the check for the iommu cmdline option
2023-01-21 Alexander PopovAdd the KSPP cmdline recommendations for x86_64
2023-01-21 Alexander PopovInclude parsed_cmdline_options in the print_unknown_opt...
2023-01-21 Alexander PopovRename the files with the KSPP recommendations
2023-01-19 Alexander PopovDrop get-nix-kconfig.py (`nix-build get-nixos-kconfig...
2023-01-19 Alexander PopovAdd the NixOS kernel configs
2023-01-19 Alexander PopovMerge branch 'from-o8opi-2'
2023-01-15 Alexander PopovUpdate the VMAP_STACK check: it is available for ARM
2023-01-15 Alexander PopovFix the arch condition for the SCHED_CORE check (II)
2023-01-14 Alexander PopovUpdate the KSPP recommendations
2023-01-14 Alexander PopovFix the IOMMU_DEFAULT_DMA_STRICT check: it is in defcon...
2023-01-14 Alexander PopovAdd the COMPAT and X86_X32_ABI checks
2023-01-14 Alexander PopovFix the WERROR check: it is in defconfig for X86_64...
2023-01-14 Alexander PopovFix the DEBUG_WX check: it is in defconfig for X86_64...
2023-01-13 Alexander PopovAdd defconfigs for Linux v6.1
2022-12-29 o8opiadd get-nixos-kconfig nix script 77/head
2022-12-26 Alexander PopovAdd the repository mirrors 64/head
2022-12-25 Alexander PopovBackup the pull requests and issues into a Markdown...
2022-12-16 Alexander PopovRemove the AIO check
2022-12-10 Alexander PopovRemember about the nosmt sysfs control file
2022-12-10 Alexander PopovDrop the comment about mitigations of CPU vulnerabilities
2022-12-10 Alexander PopovSave the list of disabled mitigations of CPU vulnerabil...
2022-12-10 Alexander PopovAdd the nospectre_bhb check
2022-12-10 Alexander PopovAdd the kpti check
2022-12-10 Alexander PopovCompare against '0' in the 'is not off' check
2022-12-10 Alexander PopovAdd the tsx check
2022-12-10 Alexander PopovChange the 'decision' of X86_INTEL_TSX_MODE_OFF check...
2022-12-10 Alexander PopovAdd the nomte check
2022-12-10 Alexander PopovAdd the nopauth check
2022-12-10 Alexander PopovAdd the nobti check
2022-12-09 Alexander PopovAdd the sysrq_always_enabled check
2022-12-09 Alexander PopovAdd the ssbd check
2022-12-08 Alexander PopovAvoid the YAML parsing mistake
2022-12-08 Alexander PopovFix `python-version` in the GitHub Actions
2022-12-08 Alexander PopovReorder some checks, no functional changes
2022-11-17 Alexander PopovAdd the srbds check
2022-11-17 Alexander PopovAdd the retbleed check
2022-11-17 Alexander PopovAdd the mmio_stale_data check
2022-11-17 Alexander PopovAdd the tsx_async_abort check
2022-11-17 Alexander PopovAdd the mds check
2022-11-17 Alexander PopovAdd the l1tf check
2022-11-17 Alexander PopovAdd the spectre_v2_user check
2022-11-17 Alexander PopovDo refactoring in normalize_cmdline_options()
2022-11-17 Alexander PopovAdd the spec_store_bypass_disable check
2022-11-17 Alexander PopovAdd the spectre_v2 check
2022-11-17 Alexander PopovIntroduce the 'is present' check instead of expected...
2022-11-11 Alexander PopovAdd the 'mitigations' check
2022-11-09 Alexander PopovAdd the nosmt check
2022-11-09 Alexander PopovAdd a special 'desired val' -- 'is not off'
2022-11-09 Alexander PopovImprove the result descriptions
2022-11-08 Alexander PopovAdd assertions to check arguments of the Class constructors
2022-10-23 Alexander PopovUpdate the README
2022-10-23 Alexander PopovAdd the ARM64_E0PD check
2022-10-23 Alexander PopovFix the SCHED_CORE check: it's now available for ARM64...
2022-10-23 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-22 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-22 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-22 Alexander PopovUpdate the KSPP recommendations again
2022-10-13 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-13 Alexander PopovUpdate the self-protection checks adopted by KSPP ...
2022-10-13 Alexander PopovUpdate the HW_RANDOM_TPM check
2022-10-13 Alexander PopovUpdate the UBSAN checks according to the KSPP recommend...
2022-10-13 Alexander PopovUpdate the security policy checks adopted by KSPP
2022-10-13 Alexander PopovUpdate the KSPP recommendations
2022-10-12 Alexander PopovImprove the README
2022-10-09 Alexander PopovUpdate the README
2022-10-09 Alexander PopovDrop some of my security policy recommendations
2022-10-09 Alexander PopovCheck SECURITY_SELINUX_DEVELOP (recommended by Clip OS)
2022-10-09 Alexander PopovCheck SECURITY_SELINUX_BOOTPARAM (recommended by Clip OS)
2022-10-09 Alexander PopovImprove the HW_RANDOM_TPM check
2022-10-09 Alexander PopovCheck COREDUMP (recommended by Clip OS)
2022-10-09 Alexander PopovCheck CONFIG_HW_RANDOM_TPM (recommended by Clip OS)
2022-10-09 Alexander PopovCheck X86_MCE, X86_MCE_INTEL, X86_MCE_AMD (recommended...
2022-10-09 Alexander PopovImprove the README
2022-10-07 Alexander PopovUpdate the README
2022-10-02 Alexander PopovAlso check 'nospectre_v2' with 'spectre_v2'
2022-10-02 Alexander PopovChange the reason for the 'nopti' check
2022-10-02 Alexander PopovChange the reason for the 'nokaslr' check
2022-10-02 Alexander PopovAdd the 'spectre_v2' check
2022-10-02 Alexander PopovAdd the 'nospectre_v2' check
2022-10-02 Alexander PopovChange the reason for the 'nosmep' and 'nosmap' checks
2022-10-02 Alexander PopovAdd the 'nospectre_v1' check
2022-10-02 Alexander PopovAdd the 'nopti' check
2022-09-24 Alexander PopovAdd the comments: CC_IS_GCC and CC_IS_CLANG exist since...
2022-09-24 Alexander PopovAdd the UBSAN_LOCAL_BOUNDS check for Clang build
2022-09-18 Alexander PopovUpdate the links to AOSP and GKI
2022-09-02 Alexander PopovUpdate the README
2022-09-02 Alexander PopovDetect the compiler used for the kernel compilation
2022-09-02 Alexander PopovDon't use CONFIG_CC_IS_GCC in the checks (it was introd...
2022-09-02 Alexander PopovMove get-nix-kconfig.py to kconfig_hardened_check/confi...
2022-09-02 Alexander PopovFix the X86_SMAP check: it is enabled by default since...
2022-09-02 Alexander PopovCheck the nosmap and nosmep cmdline parameters
next