PERFORCE change 75896 for review

Robert Watson rwatson at FreeBSD.org
Sun Apr 24 16:49:20 GMT 2005


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

Change 75896 by rwatson at rwatson_paprika on 2005/04/24 16:48:55

	Document that including audit_internal.h in applications is a bad
	idea, as it relies on internal knowledge of audit representation.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#2 (text+ko) ====

@@ -24,6 +24,14 @@
 #ifndef _LIBBSM_INTERNAL_H
 #define	_LIBBSM_INTERNAL_H
 
+/*
+ * audit_internal.h contains private interfaces that are shared by user space
+ * and the kernel for the purposes of assembling audit records.  Applications
+ * should not include this file or use the APIs found within, or it may be
+ * broken with future releases of OpenBSM, which may delete, modify, or
+ * otherwise break these interfaces or the assumptions they rely on.
+ */
+
 /* We could determined the header and trailer sizes by
  * defining appropriate structures. We hold off that approach
  * till we have a consistant way of using structures for all tokens.
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