From: Alexander Popov Date: Sat, 21 Jan 2023 22:07:42 +0000 (+0300) Subject: Rename the file with the KSPP cmdline recommendations to avoid breaking the CI X-Git-Tag: v0.6.1~6 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=67f3ecd656bb5a17da740f35cca17ab1b4818a46;p=kconfig-hardened-check.git Rename the file with the KSPP cmdline recommendations to avoid breaking the CI --- diff --git a/kconfig_hardened_check/config_files/kspp-recommendations/kspp-cmdline-x86-64.config b/kconfig_hardened_check/config_files/kspp-recommendations/kspp-cmdline-x86-64.config deleted file mode 100644 index f23733e..0000000 --- a/kconfig_hardened_check/config_files/kspp-recommendations/kspp-cmdline-x86-64.config +++ /dev/null @@ -1 +0,0 @@ -init_on_alloc=1 init_on_free=1 randomize_kstack_offset=on slab_nomerge pti=on nosmt slub_debug=ZF slub_debug=P page_poison=1 iommu.passthrough=0 iommu.strict=1 vsyscall=none diff --git a/kconfig_hardened_check/config_files/kspp-recommendations/kspp-cmdline-x86-64.txt b/kconfig_hardened_check/config_files/kspp-recommendations/kspp-cmdline-x86-64.txt new file mode 100644 index 0000000..f23733e --- /dev/null +++ b/kconfig_hardened_check/config_files/kspp-recommendations/kspp-cmdline-x86-64.txt @@ -0,0 +1 @@ +init_on_alloc=1 init_on_free=1 randomize_kstack_offset=on slab_nomerge pti=on nosmt slub_debug=ZF slub_debug=P page_poison=1 iommu.passthrough=0 iommu.strict=1 vsyscall=none