mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-25 10:57:53 +02:00
Changed text and links
This commit is contained in:
parent
cf553b543c
commit
dcb7f311fa
@ -5,8 +5,12 @@
|
|||||||
# Lynis
|
# Lynis
|
||||||
# ------------------
|
# ------------------
|
||||||
#
|
#
|
||||||
# Copyright 2007-2016, Michael Boelen (michael@rootkit.nl), The Netherlands
|
# Copyright 2007-2013, Michael Boelen
|
||||||
# Web site: http://www.rootkit.nl
|
# Copyright 2013-2016, CISOfy
|
||||||
|
#
|
||||||
|
# Website : https://cisofy.com
|
||||||
|
# Blog : http://linux-audit.com
|
||||||
|
# GitHub : https://github.com/CISOfy/lynis
|
||||||
#
|
#
|
||||||
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
||||||
# welcome to redistribute it under the terms of the GNU General Public License.
|
# welcome to redistribute it under the terms of the GNU General Public License.
|
||||||
@ -75,7 +79,7 @@
|
|||||||
if [ "${FIND}" = "0" ]; then
|
if [ "${FIND}" = "0" ]; then
|
||||||
LogText "Result: Login succeeded, no MySQL root password set!"
|
LogText "Result: Login succeeded, no MySQL root password set!"
|
||||||
ReportWarning ${TEST_NO} "H" "No MySQL root password set"
|
ReportWarning ${TEST_NO} "H" "No MySQL root password set"
|
||||||
ReportSuggestion ${TEST_NO} "Use mysqladmin to set a MySQL root password (mysqladmin -u root -p password MYPASSWORD)"
|
ReportSuggestion ${TEST_NO} "Use mysqladmin to set a MySQL root password"
|
||||||
Display --indent 4 --text "- Checking empty MySQL root password" --result WARNING --color RED
|
Display --indent 4 --text "- Checking empty MySQL root password" --result WARNING --color RED
|
||||||
AddHP 0 5
|
AddHP 0 5
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user