From 013f1b341e29830a32af05be0bc262a46194861b Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 19 Mar 2006 15:44:53 +0000 Subject: [PATCH] Merge Perforce change 93569 from TrustedBSD audit3 branch: 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. Obtained from: TrustedBSD Project --- etc/mtree/BSD.include.dist | 2 ++ include/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 81c20b28f67..755545c00dc 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -210,6 +210,8 @@ rpcsvc .. security + audit + .. mac_biba .. mac_bsdextended diff --git a/include/Makefile b/include/Makefile index 21df1813fb0..f33b2357fd3 100644 --- a/include/Makefile +++ b/include/Makefile @@ -49,6 +49,7 @@ LSUBDIRS= cam/scsi \ 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