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}" ;;