From f1e0ea3d1d335dab9922ca26e821c542b045c1da Mon Sep 17 00:00:00 2001 From: rwatson 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 81c20b28f67a..755545c00dc9 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 21df1813fb03..f33b2357fd32 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