Update the README
[kconfig-hardened-check.git] / kconfig_hardened_check /
2023-06-25 Alexander PopovAdd the info about /proc/cmdline to the usage help
2023-06-17 Alexander PopovMove the draft of the security hardening sysctls to...
2023-06-17 Alexander PopovImprove normalize_cmdline_options()
2023-06-12 Alexander PopovAdd a new feature --generate
2023-06-12 Alexander PopovRefactoring of the argument parsing
2023-06-12 Alexander PopovImprove the comments and README (part II)
2023-06-12 Alexander PopovSkip normalize_cmdline_options() for the vdso32 and...
2023-06-12 Alexander PopovSkip normalize_cmdline_options() for the vsyscall cmdli...
2023-06-12 Alexander PopovSkip normalize_cmdline_options() for the iommu cmdline...
2023-06-12 Alexander PopovSkip normalize_cmdline_options() for the slub_debug...
2023-06-12 Alexander PopovImprove the comments and README
2023-06-05 Alexander PopovSkip normalize_cmdline_options() for the rodata cmdline...
2023-06-05 Alexander PopovSkip normalize_cmdline_options() for the ssbd cmdline...
2023-05-28 Alexander PopovAdd a comment about cfi boot parameter
2023-05-28 Alexander PopovAdd the X86_KERNEL_IBT check
2023-05-28 Alexander PopovAdd a comment about `kernel.oops_limit` and `kernel...
2023-05-27 Alexander PopovAdd a comment about `kernel.unprivileged_userns_clone...
2023-05-27 Alexander PopovAdd the comments about HARDENED_USERCOPY features
2023-05-01 Alexander PopovAdd the checks for vdso32 and vdso on X86_64 and X86_32
2023-04-30 Alexander PopovImprove the COMPAT_VDSO check
2023-04-30 Alexander PopovImprove the vsyscall checks
2023-04-30 Alexander PopovAdd the comment about kernel.sysrq=0
2023-04-22 Alexander PopovMake hackish refinement of the CONFIG_ARCH_MMAP_RND_BIT...
2023-04-22 Alexander Popovtest_engine: add test_value_overriding()
2023-04-22 Alexander Popovengine: implement override_expected_value()
2023-04-22 Alexander PopovRequire one of major LSMs implementing MAC
2023-04-22 Alexander PopovAdd the norandmaps check
2023-04-22 Alexander PopovCheck that CoreSight Tracing Support is disabled (to...
2023-04-09 Alexander PopovDrop the INTEGRITY check
2023-04-09 Alexander PopovAdd the DEBUG_ALIGN_RODATA check for ARM
2023-04-09 Alexander PopovAdd new Android kernel configs from my friends
2023-04-09 Alexander PopovAdd the LEGACY_TIOCSTI check
2023-04-02 Alexander Popovengine: remove the unused 'type' property from the...
2023-04-02 Alexander Popovtest_engine: rename unit-tests
2023-04-02 Alexander Popovtest_engine: increase the unit-test coverage
2023-04-02 Alexander Popovtest_engine: test the non-verbose output mode
2023-04-02 Alexander Popovtest_engine: support the non-verbose output mode in...
2023-04-02 Alexander PopovFix a pylint warning about f-string
2023-04-02 Alexander Popovtest_engine: add test_verbose()
2023-04-02 Alexander Popovtest_engine: implement get_engine_result() for stdout
2023-04-02 Alexander Popovtest_engine: introduce get_engine_result()
2023-03-26 Alexander Popovtest_engine: add test_version()
2023-03-26 Alexander Popovtest_engine: add missing cases for test_OR() and test_AND()
2023-03-26 Alexander Popovtest_engine: test 'is not off'
2023-03-26 Alexander Popovtest_engine: test 'is present'
2023-03-26 Alexander Popovtest_engine: add a missing case for test_OR()
2023-03-26 Alexander PopovInform about supporting *.gz kconfig files
2023-03-26 Alexander PopovAdd an example of a gzipped config
2023-03-26 Alexander PopovMerge pull request #80 from nE0sIghT/feature/gzipped...
2023-03-25 Yuri KonotopovAdded support for gzipped config (eg. /proc/config.gz) 80/head
2023-03-24 Alexander Popovtest_engine: add test_OR() and test_AND()
2023-03-24 Alexander Popovtest_engine: reorganize single unit-tests
2023-03-24 Alexander Popovtest_engine: add test_kconfig_not_found()
2023-03-24 Alexander PopovPrevent populating the checklist with empty data
2023-03-24 Alexander Popovtest_engine: add test_cmdline_ok() and test_cmdline_fail()
2023-03-24 Alexander Popovtest_engine: add test_kconfig_fail()
2023-03-24 Alexander PopovMute some pylint warnings for test_engine.py
2023-03-24 Alexander Popovtest_engine: add test_kconfig_ok()
2023-03-24 Alexander Popovrun_engine(): add the 'result' argument and put the...
2023-03-24 Alexander PopovFix pylint warnings: add class docstring
2023-03-24 Alexander PopovFix pylint warnings: mark run_engine() with @staticmethod
2023-03-24 Alexander PopovCreate the run_engine() helper
2023-03-24 Alexander PopovAdd the first unit-test draft
2023-03-24 Alexander PopovFix style
2023-03-10 Alexander PopovDon't fail the unit-test template
2023-03-10 Alexander PopovAdd a template for unit-tests
2023-03-06 Alexander PopovDrop a useless 'if'
2023-03-06 Alexander PopovRefactor normalize_cmdline_options() for better style...
2023-03-06 Alexander PopovDrop the 'kvm.nx_huge_pages' check
2023-03-06 Alexander PopovFix the bug in OptCheck.check() introduced in cb779a71b...
2023-03-05 Alexander PopovImprove the slab_nomerge check
2023-03-05 Alexander PopovUse similar f-strings for more cases
2023-03-05 Alexander PopovCompare with None explicitly
2023-03-01 Alexander PopovAllow not setting specific CPU bug mitigations only...
2023-02-26 Alexander PopovImprove the 'pylint disable' statements
2023-02-26 Alexander PopovAdd docstrings for the modules
2023-02-26 Alexander PopovSplit into Python modules
2023-02-26 Alexander PopovFix pylint: Using open without explicitly specifying...
2023-02-26 Alexander PopovFix pylint warning: formatting a regular string which...
2023-02-26 Alexander PopovFix pylint warning: formatting a regular string which...
2023-02-26 Alexander PopovFix pylint warning: formatting a regular string which...
2023-02-26 Alexander PopovFix pylint warning: formatting a regular string which...
2023-02-17 Alexander PopovImprove the 'mitigations' check
2023-02-16 Alexander PopovAdd more info about perf_event_paranoid
2023-02-04 Alexander PopovReturn the AIO check
2023-02-04 Alexander PopovAdd the NOUVEAU_LEGACY_CTX_SUPPORT check
2023-02-04 Alexander PopovDon't use the uninitialized 'parsed_cmdline_options...
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
next