PERFORCE change 106297 for review

Robert Watson rwatson at FreeBSD.org
Mon Sep 18 08:13:29 PDT 2006


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

Change 106297 by rwatson at rwatson_zoo on 2006/09/18 15:04:22

	Integrate further audit.h changes from OpenBSM: reduce FreeBSD
	diffs from OpenBSM.

Affected files ...

.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit.h#18 integrate

Differences ...

==== //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit.h#18 (text+ko) ====

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit.h#17 $
+ * $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit.h#18 $
  */
 
 #ifndef _BSM_AUDIT_H
@@ -55,10 +55,10 @@
 #define	AUDIT_TRIGGER_MAX		6
 
 /*
- * Special file that will be read for trigger events from the kernel
- * (FreeBSD).
+ * The special device filename (FreeBSD).
  */
-#define	AUDIT_TRIGGER_FILE	"/dev/audit"
+#define	AUDITDEV_FILENAME	"audit"
+#define	AUDIT_TRIGGER_FILE	("/dev/" AUDITDEV_FILENAME)
 
 /*
  * Pre-defined audit IDs


More information about the trustedbsd-cvs mailing list