PERFORCE change 93569 for review

Robert Watson rwatson at FreeBSD.org
Sun Mar 19 14:38:32 UTC 2006


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

Change 93569 by rwatson at rwatson_peppercorn on 2006/03/19 14:36:45

	Do install sys/security/audit include files.  It would be nice just
	to install audit_ioctl.h, but we seem only to support installing
	directories, so we get them all.  The two not intended for extra-
	kernel use have !_KERNEL #error's, which should help.

Affected files ...

.. //depot/projects/trustedbsd/audit3/etc/mtree/BSD.include.dist#7 edit
.. //depot/projects/trustedbsd/audit3/include/Makefile#7 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/etc/mtree/BSD.include.dist#7 (text+ko) ====

@@ -210,6 +210,8 @@
     rpcsvc
     ..
     security
+        audit
+        ..
         mac_biba
         ..
         mac_bsdextended

==== //depot/projects/trustedbsd/audit3/include/Makefile#7 (text+ko) ====

@@ -47,6 +47,7 @@
 	isofs/cd9660 \
 	netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
 	netgraph/atm netgraph/netflow \
+	security/audit \
 	security/mac_biba security/mac_bsdextended security/mac_lomac \
 	security/mac_mls security/mac_partition \
 	ufs/ffs ufs/ufs


More information about the trustedbsd-cvs mailing list