PERFORCE change 75723 for review

Robert Watson rwatson at FreeBSD.org
Fri Apr 22 18:43:46 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=75723

Change 75723 by rwatson at 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: $@"
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list