From 516e23ad03feaaf9058cd45131a0f8da1868d88b Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 23 Nov 2024 19:16:20 +0300 Subject: [PATCH] get_kconfigs.sh: Drop Clearlinux (looks like it's not actively maintained) --- kernel_hardening_checker/config_files/distros/get_kconfigs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel_hardening_checker/config_files/distros/get_kconfigs.sh b/kernel_hardening_checker/config_files/distros/get_kconfigs.sh index ee7d122..9759eff 100755 --- a/kernel_hardening_checker/config_files/distros/get_kconfigs.sh +++ b/kernel_hardening_checker/config_files/distros/get_kconfigs.sh @@ -28,8 +28,6 @@ for distro in "${distros_from_oracle[@]}"; do done # Fetch some other kconfigs -wget -O Clearlinux_x86_64.config https://raw.githubusercontent.com/clearlinux-pkgs/linux/master/config -wget -O Clearlinux_x86_64.cmdline https://raw.githubusercontent.com/clearlinux-pkgs/linux/master/cmdline wget -O OpenSUSE_x86_64.config https://raw.githubusercontent.com/openSUSE/kernel-source/refs/heads/master/config/x86_64/default wget -O OpenSUSE_aarch64.config https://raw.githubusercontent.com/openSUSE/kernel-source/refs/heads/master/config/arm64/default wget -O SLE-15-SP7_x86_64.config https://raw.githubusercontent.com/openSUSE/kernel-source/refs/heads/SLE15-SP7/config/x86_64/default -- 2.31.1