From facb68bc32d95c3e983ff32345e884e9ee659680 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 29 Aug 2016 10:06:41 +0200 Subject: [PATCH] Added base64 binary --- include/binaries | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/binaries b/include/binaries index a00eae03..42859ce9 100644 --- a/include/binaries +++ b/include/binaries @@ -89,6 +89,10 @@ as) ASFOUND=1; ASBINARY="${BINARY}"; COMPILER_INSTALLED=1; LogText " Found known binary: as (compiler) - ${BINARY}" ;; auditctl) AUDITCTLFOUND=1; AUDITCTLBINARY="${BINARY}"; LogText " Found known binary: auditctl (control utility for audit daemon) - ${BINARY}" ;; autolog) AUTOLOGFOUND=1; AUTOLOGBINARY="${BINARY}"; IDLE_SESSION_KILLER_INSTALLED=1; LogText " Found known binary: autolog (idle session killer) - ${BINARY}" ;; + base64) + BASE64BINARY="${BINARY}" + LogText " Found known binary: base64 (encoding tool) - ${BINARY}" + ;; blkid) BLKDBINARY=${BINARY} LogText " Found known binary: blkid (information about block devices) - ${BINARY}"