aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2010-02-18 18:18:12 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2010-02-18 18:18:12 +0000
commit0fa29692c7f7c980456dce8ac8b6e2357d7e4fba (patch)
tree0d956a88f038a3f9b3e5cf7efcd82f131a51cb77 /src
parent0984b11ce9d53f403068b7bf7cf6aa561d73c6e1 (diff)
downloadmsec-0fa29692c7f7c980456dce8ac8b6e2357d7e4fba.tar
msec-0fa29692c7f7c980456dce8ac8b6e2357d7e4fba.tar.gz
msec-0fa29692c7f7c980456dce8ac8b6e2357d7e4fba.tar.bz2
msec-0fa29692c7f7c980456dce8ac8b6e2357d7e4fba.tar.xz
msec-0fa29692c7f7c980456dce8ac8b6e2357d7e4fba.zip
Added 'webserver' description.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/msec/msecgui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py
index 3867ef1..84cae3c 100755
--- a/src/msec/msecgui.py
+++ b/src/msec/msecgui.py
@@ -56,7 +56,9 @@ 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 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))
+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. This level assumes that the server does not receives accesses from unauthorized Internet users, if the server is going to serve files to the Internet, it is recommended to use the 'Webserver' security level instead."""), 80))
+
+WEBSERVER_LEVEL_DESCRIPTION="\n".join(wrap(_("""This profile is similar to the 'Fileserver', but it assumes that the server receives connection from Internet users. Therefore, this profile increases the log retention period and performs file-intensive operations more frequently, in order to detect possible server compromise and unauthorized operations quickly."""), 80))
SYSTEM_SECURITY_TEXT=_("""<big><b>System security options</b></big>