Move the draft of the security hardening sysctls to a proper place
[kconfig-hardened-check.git] / kconfig_hardened_check / checks.py
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 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 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 the LEGACY_TIOCSTI check
2023-03-06 Alexander PopovRefactor normalize_cmdline_options() for better style...
2023-03-06 Alexander PopovDrop the 'kvm.nx_huge_pages' check
2023-03-05 Alexander PopovImprove the slab_nomerge check
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