Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115928259
D29165.id85431.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D29165.id85431.diff
View Options
Index: include/Makefile
===================================================================
--- include/Makefile
+++ include/Makefile
@@ -38,7 +38,7 @@
LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \
syslog.h ucontext.h
-LDIRS= bsm cam geom net net80211 netgraph netinet netinet6 \
+LDIRS= cam geom net net80211 netgraph netinet netinet6 \
netipsec netsmb nfs nfsclient nfsserver sys vm
LSUBDIRS= cam/ata cam/mmc cam/nvme cam/scsi \
@@ -58,7 +58,6 @@
netinet/cc \
netinet/netdump \
netinet/tcp_stacks \
- security/audit \
security/mac_biba security/mac_bsdextended security/mac_lomac \
security/mac_mls security/mac_partition \
security/mac_veriexec \
@@ -76,6 +75,25 @@
AGP= agpreg.h
AGPDIR= ${INCLUDEDIR}/dev/agp
+.PATH: ${SRCTOP}/sys/bsm
+BSM= audit.h \
+ audit_errno.h \
+ audit_internal.h \
+ audit_record.h \
+ audit_domain.h \
+ audit_fcntl.h \
+ audit_kevents.h \
+ audit_socket_type.h
+BSMPACKAGE= libbsm
+BSMDIR= ${INCLUDEDIR}/bsm
+
+.PATH: ${SRCTOP}/sys/security/audit
+SECAUDIT= audit.h \
+ audit_ioctl.h \
+ audit_private.h
+SECAUDITPACKAGE= libbsm
+SECAUDITDIR= ${INCLUDEDIR}/security/audit
+
.PATH: ${SRCTOP}/sys/fs/cd9660
FS9660= cd9660_mount.h \
cd9660_node.h \
@@ -184,6 +202,11 @@
TEKEN \
VERIEXEC
+.if ${MK_AUDIT} != "no"
+INCSGROUPS+= BSM
+INCSGROUPS+= SECAUDIT
+.endif
+
.if ${MK_IPFILTER} != "no"
INCSGROUPS+= IPFILTER
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 1:02 PM (13 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17881710
Default Alt Text
D29165.id85431.diff (1 KB)
Attached To
Mode
D29165: pkgbase: Install all BSM includes with INCS
Attached
Detach File
Event Timeline
Log In to Comment