Add an additional \n before the "cautionary note" on the topic of
admins needing to pay attention when configuring the system. This improves readability of this message.
This commit is contained in:
parent
52e7a32617
commit
3cd4a1dfcf
@ -505,7 +505,7 @@ configSecurityExtreme(dialogMenuItem *self)
|
||||
if (self)
|
||||
msgConfirm("Extreme security settings have been selected.\n\n"
|
||||
"Sendmail, SSHd, and NFS services have been disabled, and\n"
|
||||
"securelevels have been enabled.\n"
|
||||
"securelevels have been enabled.\n\n"
|
||||
"PLEASE NOTE that this still does not save you from having\n"
|
||||
"to properly secure your system in other ways or exercise\n"
|
||||
"due diligence in your administration, this simply picks\n"
|
||||
@ -529,7 +529,7 @@ configSecurityModerate(dialogMenuItem *self)
|
||||
if (self)
|
||||
msgConfirm("Moderate security settings have been selected.\n\n"
|
||||
"Sendmail and SSHd have been enabled, securelevels are\n"
|
||||
"disabled, and NFS server settings have been left intact.\n"
|
||||
"disabled, and NFS server settings have been left intact.\n\n"
|
||||
"PLEASE NOTE that this still does not save you from having\n"
|
||||
"to properly secure your system in other ways or exercise\n"
|
||||
"due diligence in your administration, this simply picks\n"
|
||||
|
@ -505,7 +505,7 @@ configSecurityExtreme(dialogMenuItem *self)
|
||||
if (self)
|
||||
msgConfirm("Extreme security settings have been selected.\n\n"
|
||||
"Sendmail, SSHd, and NFS services have been disabled, and\n"
|
||||
"securelevels have been enabled.\n"
|
||||
"securelevels have been enabled.\n\n"
|
||||
"PLEASE NOTE that this still does not save you from having\n"
|
||||
"to properly secure your system in other ways or exercise\n"
|
||||
"due diligence in your administration, this simply picks\n"
|
||||
@ -529,7 +529,7 @@ configSecurityModerate(dialogMenuItem *self)
|
||||
if (self)
|
||||
msgConfirm("Moderate security settings have been selected.\n\n"
|
||||
"Sendmail and SSHd have been enabled, securelevels are\n"
|
||||
"disabled, and NFS server settings have been left intact.\n"
|
||||
"disabled, and NFS server settings have been left intact.\n\n"
|
||||
"PLEASE NOTE that this still does not save you from having\n"
|
||||
"to properly secure your system in other ways or exercise\n"
|
||||
"due diligence in your administration, this simply picks\n"
|
||||
|
Loading…
Reference in New Issue
Block a user