mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
[CRYP-8005] added haveged, match against process name instead of full command line, code cleanup
This commit is contained in:
parent
08f57c557d
commit
7d1fe1231a
@ -230,8 +230,8 @@
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
LogText "Test: looking for software pseudo random number generators"
|
||||
FOUND=""
|
||||
for SERVICE in audio-entropyd havegd jitterentropy-rngd; do
|
||||
if IsRunning "${SERVICE}" --full; then
|
||||
for SERVICE in audio-entropyd havegd haveged jitterentropy-rngd; do
|
||||
if IsRunning "${SERVICE}"; then
|
||||
FOUND="${FOUND} ${SERVICE}"
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user