Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2005 18:43:46 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 75723 for review
Message-ID:  <200504221843.j3MIhkbn087514@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75723

Change 75723 by rwatson@rwatson_paprika on 2005/04/22 18:43:02

	Replicate FreeBSD BSM change into OpenBSM tree: use syslog for
	audit log warnings by default, so that they can be easily processed
	using default log mechanisms.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/etc/audit_warn#2 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/etc/audit_warn#2 (text+ko) ====

@@ -1,3 +1,2 @@
 #!/bin/sh
-TIME=$(date "+%h %d %H:%M:%S")
-echo "$TIME audit warning: $@" >> /etc/security/audit_messages
+logger -p security.warning "audit warning: $@"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504221843.j3MIhkbn087514>