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-08-29 11:06:41 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-29 11:06:41 +0300
commitfacb68bc32d95c3e983ff32345e884e9ee659680 (patch)
treea86bdefdbab8c690b4850b80cd6dd6a38b2f837c /include
parentc9584bcb3e4e69507c935119ef4e791c8ce243ff (diff)
Added base64 binary
Diffstat (limited to 'include')
-rw-r--r--include/binaries4
1 files changed, 4 insertions, 0 deletions
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}"