From 6121b8567540bb1d1a31bbb3f67d31ad807682e7 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Sun, 25 Aug 2002 19:39:29 +0000 Subject: documented daily mailing of security checks --- doc/security.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/security.txt') 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 -- cgit v1.2.1