From d71c35a87e20c1124674a76428a1db37c2c22f0b Mon Sep 17 00:00:00 2001 From: gshapiro Date: Fri, 24 May 2002 01:44:53 +0000 Subject: Change the default permissions for the sendmail statistics file to 0640 instead of 0644 to help protect users against a file locking local denial of service. MFC after: 1 day pending RE approval --- etc/newsyslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/newsyslog.conf') diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 78605f7..01893d7 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -14,7 +14,7 @@ /var/log/kerberos.log 600 7 100 * Z /var/log/lpd-errs 644 7 100 * Z /var/log/maillog 640 7 * @T00 Z -/var/log/sendmail.st 644 10 * 168 B +/var/log/sendmail.st 640 10 * 168 B /var/log/messages 644 5 100 * Z /var/log/all.log 600 7 * @T00 Z /var/log/slip.log root:network 640 3 100 * Z -- cgit v1.1