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:
-rw-r--r--include/tests_ports_packages2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index 4dd95e9d..8ed71082 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -287,6 +287,8 @@
AddHP 1 2
ReportSuggestion "${TEST_NO}" "Consider installing arch-audit to determine vulnerable packages" "arch-audit" "text:Install arch-audit"
else
+ PACKAGE_AUDIT_TOOL_FOUND=1
+ PACKAGE_AUDIT_TOOL="arch-audit"
LogText "Result: arch-audit binary found (${ARCH_AUDIT_BINARY})"
AddHP 3 3
fi