summaryrefslogtreecommitdiffstats
path: root/sys/modules/mac_bsdextended/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-10-27 12:09:15 +0000
committerrwatson <rwatson@FreeBSD.org>2008-10-27 12:09:15 +0000
commit3adba7f0f03bcf201bdd2f3955ab4c467e2142e9 (patch)
tree93397b4fabcdc25d140b74ba86f19f0375555f62 /sys/modules/mac_bsdextended/Makefile
parentaf744391b67d479e9240f3b2aff0f6d0a33b59cd (diff)
downloadFreeBSD-src-3adba7f0f03bcf201bdd2f3955ab4c467e2142e9.zip
FreeBSD-src-3adba7f0f03bcf201bdd2f3955ab4c467e2142e9.tar.gz
Break mac_bsdextended.c out into multiple .c files, with the base access
control logic and policy registration remaining in that file, and access control checks broken out into other files by class of check. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/modules/mac_bsdextended/Makefile')
-rw-r--r--sys/modules/mac_bsdextended/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/mac_bsdextended/Makefile b/sys/modules/mac_bsdextended/Makefile
index 93388fe..683e1b0 100644
--- a/sys/modules/mac_bsdextended/Makefile
+++ b/sys/modules/mac_bsdextended/Makefile
@@ -4,6 +4,9 @@
KMOD= mac_bsdextended
SRCS= vnode_if.h \
- mac_bsdextended.c
+ mac_bsdextended.h \
+ mac_bsdextended.c \
+ ugidfw_system.c \
+ ugidfw_vnode.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud