Discussion:
maillog mode
Nathanael Rensen
2016-02-15 13:37:16 UTC
Permalink
About four months ago the mode for maillog was changed from 600 to 640
in newsyslog.conf, but the Makefile that creates this file was not
updated.

Nathanael

Index: Makefile
===================================================================
RCS file: /cvs/src/etc/Makefile,v
retrieving revision 1.419
diff -u -p -r1.419 Makefile
--- Makefile 27 Jan 2016 20:52:41 -0000 1.419
+++ Makefile 15 Feb 2016 13:08:32 -0000
@@ -183,7 +183,7 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/var/log/lastlog
${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \
${DESTDIR}/var/log/lpd-errs
- ${INSTALL} -c -o ${BINOWN} -g wheel -m 600 /dev/null \
+ ${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \
${DESTDIR}/var/log/maillog
${INSTALL} -c -o ${BINOWN} -g wheel -m 644 /dev/null \
${DESTDIR}/var/log/messages
Todd C. Miller
2016-02-15 17:20:06 UTC
Permalink
Post by Nathanael Rensen
About four months ago the mode for maillog was changed from 600 to 640
in newsyslog.conf, but the Makefile that creates this file was not
updated.
Committed, thanks.

- todd

Loading...