mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 23:34:25 +02:00
Fixed typo in report
This commit is contained in:
parent
e6b77b5c3d
commit
2bdc4d7742
@ -120,7 +120,7 @@
|
|||||||
logtext "Result: auditd running"
|
logtext "Result: auditd running"
|
||||||
Display --indent 2 --text "- Checking auditd" --result ENABLED --color GREEN
|
Display --indent 2 --text "- Checking auditd" --result ENABLED --color GREEN
|
||||||
AUDITD_RUNNING=1
|
AUDITD_RUNNING=1
|
||||||
report "audit_deamon_running=1"
|
report "audit_daemon_running=1"
|
||||||
report "audit_trail_tool[]=auditd"
|
report "audit_trail_tool[]=auditd"
|
||||||
AddHP 4 4
|
AddHP 4 4
|
||||||
else
|
else
|
||||||
@ -128,7 +128,7 @@
|
|||||||
Display --indent 2 --text "- Checking auditd" --result "NOT FOUND" --color WHITE
|
Display --indent 2 --text "- Checking auditd" --result "NOT FOUND" --color WHITE
|
||||||
ReportSuggestion ${TEST_NO} "Enable auditd to collect audit information"
|
ReportSuggestion ${TEST_NO} "Enable auditd to collect audit information"
|
||||||
AUDITD_RUNNING=0
|
AUDITD_RUNNING=0
|
||||||
report "audit_deamon_running=0"
|
report "audit_daemon_running=0"
|
||||||
AddHP 0 1
|
AddHP 0 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user