Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2006 14:37:24 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93569 for review
Message-ID:  <200603191437.k2JEbOm0002321@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93569

Change 93569 by rwatson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603191437.k2JEbOm0002321>