diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-09-01 21:00:28 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-09-01 21:00:28 +0000 |
| commit | 78eb04b9426dfd03a49aa2edde02fa40addbf1fe (patch) | |
| tree | 0bafd31fbaba6c78b56eb09c07c6f7de9fa1af4c | |
| parent | da3abba4628dd1a55cd1312d35b244bc554bd436 (diff) | |
Notes
| -rw-r--r-- | etc/newsyslog.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index d4de96e5a2dc..58789b72012c 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,6 +1,12 @@ # configuration file for newsyslog # $FreeBSD$ # +# Note: some sites will want to select more restrictive protections than the +# defaults. In particular, it may be desirable to switch many of the 644 +# entries to 640 or 600. For example, some sites will consider the +# contents of maillog, messages, and lpd-errs to be confidential. In the +# future, these defaults may change to more conservative ones. +# # 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 |
