From: Alexander Popov Date: Sat, 23 Nov 2024 16:16:20 +0000 (+0300) Subject: get_kconfigs.sh: Drop Clearlinux (looks like it's not actively maintained) X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=516e23ad03feaaf9058cd45131a0f8da1868d88b;p=kconfig-hardened-check.git get_kconfigs.sh: Drop Clearlinux (looks like it's not actively maintained) --- 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