mirror of https://github.com/CISOfy/lynis.git
[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)? )")
|
||||
if IsEmpty "${FIND}"; then
|
||||
LogText "Result: no cron daemon found"
|
||||
AddHP 3 3
|
||||
else
|
||||
LogText "Result: cron daemon running"
|
||||
CROND_RUNNING=1
|
||||
|
|
Loading…
Reference in New Issue