get_kconfigs.sh: Drop Clearlinux (looks like it's not actively maintained)
authorAlexander Popov <alex.popov@linux.com>
Sat, 23 Nov 2024 16:16:20 +0000 (19:16 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 23 Nov 2024 18:13:53 +0000 (21:13 +0300)
kernel_hardening_checker/config_files/distros/get_kconfigs.sh

index ee7d1227dafef04b8c027c3f8b946dfceffed241..9759effec9109a6334975497275b2d2e99f9f03f 100755 (executable)
@@ -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