From 585514eb2d68b5417928f302dab89bbd86552aac Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 31 Aug 2001 23:44:51 +0000 Subject: [PATCH] o More conservative permissions for kerberos.log: 600 instead of 644. Reviewed by: peter --- etc/newsyslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 8d270a34591..d4de96e5a2d 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -4,7 +4,7 @@ # logfilename [owner:group] mode count size when [ZJB] [/pid_file] [sig_num] /var/log/cron 600 3 100 * Z /var/log/amd.log 644 7 100 * Z -/var/log/kerberos.log 644 7 100 * Z +/var/log/kerberos.log 600 7 100 * Z /var/log/lpd-errs 644 7 100 * Z /var/log/maillog 644 7 * @T00 Z /var/log/sendmail.st 644 10 * 168 B -- 2.45.2