Date: Sun, 24 Apr 2005 16:49:20 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 75896 for review Message-ID: <200504241649.j3OGnKQ4000669@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75896 Change 75896 by rwatson@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504241649.j3OGnKQ4000669>