summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-08-21 18:24:29 +0000
committergreen <green@FreeBSD.org>1999-08-21 18:24:29 +0000
commit1d06e20aed2b1429061f40a5d5b6d1bacf6f95d0 (patch)
tree26670bf4d42f5f57918e71d07a168e9a7d10e19c /etc
parent22752da35b8dc963bcb0e36fc0bf489f95c71386 (diff)
downloadFreeBSD-src-1d06e20aed2b1429061f40a5d5b6d1bacf6f95d0.zip
FreeBSD-src-1d06e20aed2b1429061f40a5d5b6d1bacf6f95d0.tar.gz
This is the addition of a syslog(3) security.* top-level category. This
should be used from now on for anything security but not auth-related. Included are updates for all relevant manpages and also to /etc files, creating a new /var/log/security. Nothing in the system logs to /var/log/security yet as of the time of this commit. Reviewed by: rgrimes, imp, chris
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
-rw-r--r--etc/newsyslog.conf3
-rw-r--r--etc/syslog.conf3
3 files changed, 7 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ffb7a7d..f55665b 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.201 1999/07/10 18:02:12 iwasaki Exp $
+# $Id: Makefile,v 1.202 1999/07/26 10:49:31 brian Exp $
SUBDIR= sendmail
@@ -97,6 +97,8 @@ distribution:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/messages
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
+ ${DESTDIR}/var/log/security
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/log/slip.log
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/log/ppp.log
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index 9714ce9..0f2f195 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -1,5 +1,5 @@
# configuration file for newsyslog
-# $Id: newsyslog.conf,v 1.20 1999/06/28 03:03:17 obrien Exp $
+# $Id: newsyslog.conf,v 1.21 1999/06/28 03:14:58 obrien Exp $
#
# logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num]
/var/cron/log 600 3 100 * Z
@@ -11,4 +11,5 @@
/var/log/messages 664 5 100 * Z
/var/log/slip.log 600 3 100 * Z
/var/log/ppp.log 600 3 100 * Z
+/var/log/security 600 10 100 * Z
/var/log/wtmp 644 3 * @01T05 B
diff --git a/etc/syslog.conf b/etc/syslog.conf
index f6c1170..7e17ebc 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -1,9 +1,10 @@
-# $Id: syslog.conf,v 1.8 1998/09/02 01:34:56 brian Exp $
+# $Id: syslog.conf,v 1.9 1998/10/14 21:59:55 nate Exp $
#
# Spaces are NOT valid field separators in this file.
# 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.* /var/log/security
mail.info /var/log/maillog
lpr.info /var/log/lpd-errs
cron.* /var/cron/log
OpenPOWER on IntegriCloud