diff options
author | yar <yar@FreeBSD.org> | 2003-04-03 18:37:49 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2003-04-03 18:37:49 +0000 |
commit | 6dd591ce7cd17f9f8b176e9e768679bea8b37cc7 (patch) | |
tree | 75eee3485e4c6a0bb3ce92f1b9785a5f8b3b7626 /etc | |
parent | 5b5fd1b87a6841f684fa3223c3301f77848da030 (diff) | |
download | FreeBSD-src-6dd591ce7cd17f9f8b176e9e768679bea8b37cc7.zip FreeBSD-src-6dd591ce7cd17f9f8b176e9e768679bea8b37cc7.tar.gz |
Stop logging ``authpriv'' messages to the world-readable file
/var/log/messages. Such messages are for the eyes of authorized
personnel only.
PR: conf/48170
Discussed in: freebsd-security
MFC after: 2 weeks
Diffstat (limited to 'etc')
-rw-r--r-- | etc/syslog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf index d173b2d..23b0d8c 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -6,7 +6,7 @@ # may want to use only tabs as field separators here. # Consult the syslog.conf(5) manpage. *.err;kern.debug;auth.notice;mail.crit /dev/console -*.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages +*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages security.* /var/log/security auth.info;authpriv.info /var/log/auth.log mail.info /var/log/maillog |