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>2019-07-14 14:40:55 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-14 14:40:55 +0300
commitdbc6f9bc4cff8ea958e7bad923533a7f6db5a3bc (patch)
tree7311012e9d220ba2c419e905a42da1f5d92ad9fb /include/tests_scheduling
parentc179a0e563b6f25ceacfbae55d15919d10e8ca82 (diff)
[SCHD-7702] removed hardening points
Diffstat (limited to 'include/tests_scheduling')
-rw-r--r--include/tests_scheduling1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tests_scheduling b/include/tests_scheduling
index f0f54b5b..91a89c63 100644
--- a/include/tests_scheduling
+++ b/include/tests_scheduling
@@ -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