diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-08-25 19:39:29 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-08-25 19:39:29 +0000 |
commit | 6121b8567540bb1d1a31bbb3f67d31ad807682e7 (patch) | |
tree | dc69eeb4d465779872507d2554a5c77a84cb32bc | |
parent | 2ff963bec39d3352160f1e06304689418d34fdf4 (diff) | |
download | msec-6121b8567540bb1d1a31bbb3f67d31ad807682e7.tar msec-6121b8567540bb1d1a31bbb3f67d31ad807682e7.tar.gz msec-6121b8567540bb1d1a31bbb3f67d31ad807682e7.tar.bz2 msec-6121b8567540bb1d1a31bbb3f67d31ad807682e7.tar.xz msec-6121b8567540bb1d1a31bbb3f67d31ad807682e7.zip |
documented daily mailing of security checks
-rw-r--r-- | doc/security.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/security.txt b/doc/security.txt index 23a591c..8ab5a16 100644 --- a/doc/security.txt +++ b/doc/security.txt @@ -50,6 +50,7 @@ Security level 3 ( Aka more secure system ) : - Warning in syslog - Warning in /var/log/security.log - rpm database checks +- send the results of checks by mail if they aren't empty - umask is 022 ( user = read,write | group = read | other = read ) - Normal file permission. @@ -78,6 +79,8 @@ Security level 4 ( Aka Secured system ) : - Warning in /var/log/security.log - Warning directly on tty - rpm database checks +- Send the results of checks by mail even if they are empty + to show that the checks were run. - umask 022 ( user = read,write | group = read | other = read ) for root - umask 077 ( user = read,write | group = | other = ) for normal users @@ -127,6 +130,8 @@ Security level 5 ( Aka Paranoid system ) : - Warning in /var/log/security.log - Warning directly on tty - rpm database checks +- Send the results of checks by mail even if they are empty + to show that the checks were run. - umask 077 ( user = read,write | group = | other = ) - Highly restricted file permission |