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:
authormboelen <michael@cisofy.com>2014-12-02 15:54:13 +0300
committermboelen <michael@cisofy.com>2014-12-02 15:54:13 +0300
commit2bdc4d7742481b907b58901e46af62a09c26a1ef (patch)
tree552a0ebc6015b5ffd64ca7b4bf7e69daac83aab3 /include/tests_accounting
parente6b77b5c3d4c2184c7f9700cc3f8f93d4cb968b2 (diff)
Fixed typo in report
Diffstat (limited to 'include/tests_accounting')
-rw-r--r--include/tests_accounting4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_accounting b/include/tests_accounting
index 2e4473b0..52acf9b9 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -120,7 +120,7 @@
logtext "Result: auditd running"
Display --indent 2 --text "- Checking auditd" --result ENABLED --color GREEN
AUDITD_RUNNING=1
- report "audit_deamon_running=1"
+ report "audit_daemon_running=1"
report "audit_trail_tool[]=auditd"
AddHP 4 4
else
@@ -128,7 +128,7 @@
Display --indent 2 --text "- Checking auditd" --result "NOT FOUND" --color WHITE
ReportSuggestion ${TEST_NO} "Enable auditd to collect audit information"
AUDITD_RUNNING=0
- report "audit_deamon_running=0"
+ report "audit_daemon_running=0"
AddHP 0 1
fi
fi