PERFORCE change 91367 for review

Robert Watson rwatson at FreeBSD.org
Wed Feb 8 03:02:59 GMT 2006


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

Change 91367 by rwatson at rwatson_peppercorn on 2006/02/08 03:02:41

	Update change log.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/CHANGELOG#12 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/CHANGELOG#12 (text+ko) ====

@@ -2,6 +2,13 @@
 
 - Remove "audit" user example from audit_user, as it's not present on most
   systems.
+- Add cannot_audit() function non-Darwin systems that wraps auditon();
+  required by OpenSSH BSM support.  Convert Darwin cannot_audit() into a
+  function rather than a macro.
+- Library build fixed on Darwin following include file tweaks.  The native
+  Darwin sys/audit.h conflicts with bsm/audit.h due to duplicate types, so
+  for now we force bsm_wrappers.c to not perform a nested include of
+  sys/audit.h.
 
 OpenBSM 1.0 alpha 3
 
@@ -87,4 +94,4 @@
   to support reloading of kernel event table.
 - Allow comments in /etc/security configuration files.
 
-$P4: //depot/projects/trustedbsd/openbsm/CHANGELOG#11 $
+$P4: //depot/projects/trustedbsd/openbsm/CHANGELOG#12 $
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