mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 16:54:26 +02:00
Split count values so they are reported as individual items
This commit is contained in:
parent
6bdd2aa599
commit
c5914c4e0f
@ -326,7 +326,9 @@
|
|||||||
LogText "Result: found ${COUNT} binaries including ${NSUID_BINARIES} set-uid and ${NSGID_BINARIES} set-gid"
|
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-uid binaries: ${SUID_BINARIES}"
|
||||||
LogText "Result: set-gid binaries: ${SGID_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}"
|
Report "binary_paths=${BINARY_PATHS_FOUND}"
|
||||||
|
|
||||||
# Test if the basic system tools are defined. These will be used during the audit.
|
# Test if the basic system tools are defined. These will be used during the audit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user