summaryrefslogtreecommitdiffstats
path: root/etc/syslog.conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-03-11 19:26:29 +0000
committerrwatson <rwatson@FreeBSD.org>2002-03-11 19:26:29 +0000
commit89e30355de5f272942f06549cd4f6722c5a248e7 (patch)
treea6f7d85ace70ee576c3d9952d27311ddde644eb1 /etc/syslog.conf
parentcf446bea56795da1b463bad98883efc41181b48f (diff)
downloadFreeBSD-src-89e30355de5f272942f06549cd4f6722c5a248e7.zip
FreeBSD-src-89e30355de5f272942f06549cd4f6722c5a248e7.tar.gz
Clean up logging of security information a bit:
o Introduce /var/log/authentication.log, which will be the target for auth.info and authpriv.info by default. Rotate on the same schedule as most other logs. Create at installation. o Remove logging of auth.info from /var/log/security.log, which will return to being only for security feature subsystems (such as ipfw, and so on). This creates a special authentication log, which can now be searched by scripts for authentication events.
Diffstat (limited to 'etc/syslog.conf')
-rw-r--r--etc/syslog.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf
index 7a3e843..0c33d97 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -7,7 +7,8 @@
# 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
-security.*;auth.info /var/log/security
+security.* /var/log/security
+auth.info;authpriv.info /var/log/authentication.log
mail.info /var/log/maillog
lpr.info /var/log/lpd-errs
cron.* /var/log/cron
OpenPOWER on IntegriCloud