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-10-06 12:15:28 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-06 12:15:28 +0300
commit622d15321b0eb0883cad1263245c923384fa0d5e (patch)
tree6572492d31a57ecf1c4eb6a916896b94f355682b /include/binaries
parent56c0b50a303994e3817c94d512a67b5d0f9a6301 (diff)
Added clamconf binary
Diffstat (limited to 'include/binaries')
-rw-r--r--include/binaries4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/binaries b/include/binaries
index 0f2e6f4c..0f8a13dc 100644
--- a/include/binaries
+++ b/include/binaries
@@ -102,6 +102,10 @@
LogText " Found known binary: blkid (information about block devices) - ${BINARY}"
;;
chkconfig) CHKCONFIGFOUND=1; CHKCONFIGBINARY=${BINARY}; LogText " Found known binary: chkconfig (administration tool) - ${BINARY}" ;;
+ clamconf)
+ CLAMCONF_BINARY=${BINARY}
+ LogText " Found known binary: clamconf (information about ClamAV) - ${BINARY}"
+ ;;
clamscan) CLAMSCANFOUND=1; CLAMSCANBINARY=${BINARY}; LogText " Found known binary: clamscan (AV scanner) - ${BINARY}" ;;
cfagent) CFAGENTFOUND=1; CFAGENTBINARY="${BINARY}"; FILE_INT_TOOL_FOUND=1; LogText " Found known binary: cfengine agent (configuration tool) - ${BINARY}" ;;
chkrootkit) CHKROOTKITFOUND=1; CHKROOTKITBINARY="${BINARY}"; MALWARE_SCANNER_INSTALLED=1; LogText " Found known binary: chkrootkit (malware scanner) - ${BINARY}" ;;