diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-08-21 18:24:29 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-08-21 18:24:29 +0000 |
commit | fa62586ae7fe9877022b8f93c71daac1af50c0f9 (patch) | |
tree | 9ba2362b45d1421a51526c4ed745a66433e4b0b3 /lib | |
parent | 60767bf422aceba0cf762ec1755c5c7f75556f0d (diff) | |
download | src-fa62586ae7fe9877022b8f93c71daac1af50c0f9.tar.gz src-fa62586ae7fe9877022b8f93c71daac1af50c0f9.zip |
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
Notes
Notes:
svn path=/head/; revision=50126
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/syslog.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index 90de5e8b6670..f0bf35e4a279 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslog.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: syslog.3,v 1.5 1999/07/12 20:46:45 nik Exp $ .\" .Dd June 4, 1993 .Dt SYSLOG 3 @@ -205,6 +205,9 @@ Messages generated by random user processes. This is the default facility identifier if none is specified. .It Dv LOG_UUCP The uucp system. +.It Dv LOG_SECURITY +Security subsystems, such as +.Xr ipfw 4 . .It Dv LOG_LOCAL0 Reserved for local use. Similarly for |