mirror of https://github.com/CISOfy/lynis.git
Added base64 binary
This commit is contained in:
parent
c9584bcb3e
commit
facb68bc32
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue