From 0984b11ce9d53f403068b7bf7cf6aa561d73c6e1 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Thu, 18 Feb 2010 18:18:00 +0000 Subject: improved fileserver help --- src/msec/msecgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py index 57af695..3867ef1 100755 --- a/src/msec/msecgui.py +++ b/src/msec/msecgui.py @@ -56,7 +56,7 @@ STANDARD_LEVEL_DESCRIPTION="\n".join(wrap(_("""This profile configures a reasona SECURE_LEVEL_DESCRIPTION="\n".join(wrap(_("""This profile is configured to provide maximum security, even at the cost of limiting the remote access to the system. It also runs a wider set of periodic checks. This level is suggested for Servers and security-concerned systems . """), 80)) -FILESERVER_LEVEL_DESCRIPTION="\n".join(wrap(_("""This profile is targeted on file serving servers, such as FTP, SAMBA or NFS servers. They provide longer log file retention period, and enhance security by further restricting security permissions. In order to lower the disk load, file-intensive operations run weekly and some of the desktop facilities are disabled."""), 80)) +FILESERVER_LEVEL_DESCRIPTION="\n".join(wrap(_("""This profile is targeted on storage-oriented servers, such as FTP, SAMBA or NFS servers, or database servers. They provide longer log file retention period, and enhance security by further restricting security permissions. In order to lower the disk load, file-intensive operations run weekly and some of the desktop facilities are disabled."""), 80)) SYSTEM_SECURITY_TEXT=_("""System security options -- cgit v1.2.1