mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
[SCHD-7702] removed hardening points
This commit is contained in:
parent
c179a0e563
commit
dbc6f9bc4c
@ -38,7 +38,6 @@
|
|||||||
FIND=$(${PSBINARY} aux | ${EGREPBINARY} "( cron$|/cron(d)? )")
|
FIND=$(${PSBINARY} aux | ${EGREPBINARY} "( cron$|/cron(d)? )")
|
||||||
if IsEmpty "${FIND}"; then
|
if IsEmpty "${FIND}"; then
|
||||||
LogText "Result: no cron daemon found"
|
LogText "Result: no cron daemon found"
|
||||||
AddHP 3 3
|
|
||||||
else
|
else
|
||||||
LogText "Result: cron daemon running"
|
LogText "Result: cron daemon running"
|
||||||
CROND_RUNNING=1
|
CROND_RUNNING=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user