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>2016-09-24 16:36:45 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-09-24 16:36:45 +0300
commit98d9096739acfebb55700317b7869dbb69f25dba (patch)
tree68c0881b8d8eba961969ce94c4916c34d2ea0234
parent1418e0404ba3e9af3d91e814866791fb48fb505d (diff)
Mark arch-audit as a package audit tool
-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