get_kconfigs.sh: Fix the Azure Linux link (use v3.0)
authorAlexander Popov <alex.popov@linux.com>
Sat, 23 Nov 2024 18:21:44 +0000 (21:21 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 23 Nov 2024 18:21:44 +0000 (21:21 +0300)
kernel_hardening_checker/config_files/distros/get_kconfigs.sh

index dd9c11dbf9fe837418891882fd6ac811562cc6c6..49d685320058b0d480d0635424b22d2e067bfd85 100755 (executable)
@@ -28,8 +28,8 @@ done
 
 # Fetch some other kconfigs
 wget -O Arch_hardened_x86_64.config https://gitlab.archlinux.org/archlinux/packaging/packages/linux-hardened/-/raw/main/config
+wget -O Azure_Linux_x86_64.config https://raw.githubusercontent.com/microsoft/azurelinux/refs/heads/3.0/SPECS/kernel/config
 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
 wget -O SLE-15-SP7_aarch64.config https://raw.githubusercontent.com/openSUSE/kernel-source/refs/heads/SLE15-SP7/config/arm64/default
-wget -O Azure_linux_x86_64.config https://raw.githubusercontent.com/microsoft/azurelinux/refs/heads/1.0/SPECS/kernel/config