From 1814b02b65db8dc425cbd3ddb94dca80879622fb Mon Sep 17 00:00:00 2001 From: Mark Unwin Date: Wed, 24 Jan 2024 17:07:10 +1000 Subject: [PATCH] Add AlmaLinux to software retrieval. --- other/audit_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/audit_linux.sh b/other/audit_linux.sh index 8b1f053c3..7d465db2c 100755 --- a/other/audit_linux.sh +++ b/other/audit_linux.sh @@ -2670,7 +2670,7 @@ case $system_os_family in dpkg-query --show --showformat="\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n" |\ sed -e 's/\&.*]]/]]/' >> "$xml_file" ;; - 'CentOS' | 'RedHat' | 'SUSE' | 'Fedora' | 'Suse' | 'Amazon' | 'Mariner' ) + 'CentOS' | 'RedHat' | 'SUSE' | 'Fedora' | 'Suse' | 'Amazon' | 'Mariner' | 'AlmaLinux' ) rpm -qa --queryformat="\t\t\n\t\t\t<\!\[CDATA\[%{NAME}\]\]>\n\t\t\t<\!\[CDATA\[%{VERSION}-%{RELEASE}\]\]>\n\t\t\t<\!\[CDATA\[%{URL}\]\]>\n\t\t\n" |\ sed -e 's/\&.*]]/]]/' >> "$xml_file" ;;