summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-08-01 22:23:02 +0000
committerrwatson <rwatson@FreeBSD.org>2002-08-01 22:23:02 +0000
commitb246ee0a3cced8c39f5aaa8505242e775d93e8c4 (patch)
tree1b32476766408c94dcee10b7fe67f140d5da3e23 /sys/modules/linux
parent41f4dc56d14bda3dbbebfdb61740397a2caf7321 (diff)
downloadFreeBSD-src-b246ee0a3cced8c39f5aaa8505242e775d93e8c4.zip
FreeBSD-src-b246ee0a3cced8c39f5aaa8505242e775d93e8c4.tar.gz
Introduce support for Mandatory Access Control and extensible
kernel access control. Invoke appropriate MAC entry points for a number of VFS-related operations in the Linux ABI module. In particular, handle uselib in a manner similar to open() (more work is probably needed here), as well as handle statfs(), and linux readdir()-like calls. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 1879240..d839060 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -8,7 +8,8 @@ KMOD= linux
SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \
linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \
- linux_util.c opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h
+ linux_util.c opt_compat.h opt_linux.h opt_mac.h opt_vmpage.h \
+ vnode_if.h
OBJS= linux_locore.o
.if ${MACHINE_ARCH} == "i386"
OpenPOWER on IntegriCloud