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>2020-04-01 12:48:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-04-01 12:48:39 +0300
commitc5914c4e0f5a6d48034107c0627a3e2e8f640210 (patch)
treedbd97b9a90f47df36e0df20ec47538940b0177a9 /include/binaries
parent6bdd2aa599f97e4c74cb640f5427412c5ca06539 (diff)
Split count values so they are reported as individual items
Diffstat (limited to 'include/binaries')
-rw-r--r--include/binaries4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/binaries b/include/binaries
index 5f23f13a..4555378d 100644
--- a/include/binaries
+++ b/include/binaries
@@ -326,7 +326,9 @@
LogText "Result: found ${COUNT} binaries including ${NSUID_BINARIES} set-uid and ${NSGID_BINARIES} set-gid"
LogText "Result: set-uid binaries: ${SUID_BINARIES}"
LogText "Result: set-gid binaries: ${SGID_BINARIES}"
- Report "binaries_count=${COUNT} suid_count=${SUID_BINARIES} sgid_count=${SGID_BINARIES}"
+ Report "binaries_count=${COUNT}"
+ Report "binaries_suid_count=${SUID_BINARIES}"
+ Report "binaries_sgid_count=${SGID_BINARIES}"
Report "binary_paths=${BINARY_PATHS_FOUND}"
# Test if the basic system tools are defined. These will be used during the audit.