From: Alexander Popov Date: Sat, 23 Nov 2024 16:10:23 +0000 (+0300) Subject: get_kconfigs.sh: Use Fedora 41 Updates and drop Fedora 39 (not old enough) X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=89282657105076c81a77ee3d19cad72a9c0203d0;p=kconfig-hardened-check.git get_kconfigs.sh: Use Fedora 41 Updates and drop Fedora 39 (not old enough) --- diff --git a/kernel_hardening_checker/config_files/distros/get_kconfigs.sh b/kernel_hardening_checker/config_files/distros/get_kconfigs.sh index d87083e..ee7d122 100755 --- a/kernel_hardening_checker/config_files/distros/get_kconfigs.sh +++ b/kernel_hardening_checker/config_files/distros/get_kconfigs.sh @@ -12,10 +12,8 @@ distros_from_oracle=( "Debian 10 Buster x86_64" "Debian 13 Trixie aarch64" "Debian 13 Trixie x86_64" - "Fedora 39 Core aarch64" - "Fedora 39 Core x86_64" - "Fedora 41 Core aarch64" - "Fedora 41 Core x86_64" + "Fedora 41 Updates aarch64" + "Fedora 41 Updates x86_64" "Oracle Linux 7 (UEK 4) x86_64" "Oracle Linux 9 (UEK-NEXT) aarch64" "Oracle Linux 9 (UEK-NEXT) x86_64"