Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-06-03 14:46:06 +0300
committerGitHub <noreply@github.com>2021-06-03 14:46:06 +0300
commit922f82213370b2dc853c5e4a85678475e1d5c96c (patch)
tree5c04b7dc061ed671e078c41fa488fbe35e71bcde
parentd23c722c04777e627b460d680c07eda482083e45 (diff)
parent13bf82946162f9ae9d2fc56340dbbd315c01c8a0 (diff)
Merge pull request #1157 from mhdry/test-arch32-audit
Test PKGS-7320 extended to "Arch Linux 32"
-rw-r--r--include/tests_ports_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index 61ccf945..57f0f25b 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -296,7 +296,7 @@
#
# Test : PKGS-7320
# Description : Check available of arch-audit
- if [ "${OS_FULLNAME}" = "Arch Linux" ]; then PREQS_MET="YES"; SKIPREASON=""; else PREQS_MET="NO"; SKIPREASON="Test only applies to Arch Linux"; fi
+ if [ "${OS_FULLNAME}" = "Arch Linux" ] || [ "${OS_FULLNAME}" = "Arch Linux 32" ]; then PREQS_MET="YES"; SKIPREASON=""; else PREQS_MET="NO"; SKIPREASON="Test only applies to Arch Linux"; fi
Register --test-no PKGS-7320 --os "Linux" --preqs-met ${PREQS_MET} --skip-reason "${SKIPREASON}" --weight L --network NO --category security --description "Checking for arch-audit tooling"
if [ ${SKIPTEST} -eq 0 ]; then
if [ -z "${ARCH_AUDIT_BINARY}" ]; then