diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-02-24 11:59:07 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-02-24 11:59:07 +0000 |
commit | e291d07638bc0756c8bd91d42c336abd6a034d7e (patch) | |
tree | 904aec2f11f33207ff2fafe8d6313820463c4eec /src | |
parent | 2b914a6e92a96a69483f6381fbbf594a40494c59 (diff) | |
download | msec-e291d07638bc0756c8bd91d42c336abd6a034d7e.tar msec-e291d07638bc0756c8bd91d42c336abd6a034d7e.tar.gz msec-e291d07638bc0756c8bd91d42c336abd6a034d7e.tar.bz2 msec-e291d07638bc0756c8bd91d42c336abd6a034d7e.tar.xz msec-e291d07638bc0756c8bd91d42c336abd6a034d7e.zip |
Added support for audit_daily and audit_weekly profiles.
Diffstat (limited to 'src')
-rwxr-xr-x | src/msec/msecgui.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |