get_kconfigs.sh: Use Fedora 41 Updates and drop Fedora 39 (not old enough)
authorAlexander Popov <alex.popov@linux.com>
Sat, 23 Nov 2024 16:10:23 +0000 (19:10 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 23 Nov 2024 18:13:50 +0000 (21:13 +0300)
kernel_hardening_checker/config_files/distros/get_kconfigs.sh

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