From e291d07638bc0756c8bd91d42c336abd6a034d7e Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 24 Feb 2010 11:59:07 +0000 Subject: Added support for audit_daily and audit_weekly profiles. --- src/msec/msecgui.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py index 4b32067..820a8fa 100755 --- a/src/msec/msecgui.py +++ b/src/msec/msecgui.py @@ -64,6 +64,8 @@ level_descriptions = { "fileserver": _("""This profile is targeted on storage-oriented servers, such as FTP, SAMBA or NFS servers, or database servers, which do not receive accesses from unauthorized Internet users."""), "webserver": _("""This profile is similar to the 'Fileserver', but it assumes that the server receives connection from unauthorized Internet users."""), + "audit_daily": _("""This profile is intended for the users who do not rely on msec to change system settings, and use it for periodic checks only. It configures all periodic checks to run once a day."""), + "audit_weekly": _("""This profile is similar to the 'audit_daily' profile, but it runs all checks weekly."""), } # level order. Levels will appear in this order, the unspecified levels will appear last -- cgit v1.2.1