summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsserver
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-11-04 15:13:36 +0000
committerrwatson <rwatson@FreeBSD.org>2002-11-04 15:13:36 +0000
commitb8dd64f5ef380fd8a17448566fccf0860a7adc19 (patch)
tree2f3ad50bb20fd5ec86fb6ebe751e49c2a3679686 /sys/modules/nfsserver
parentf3f0e34ca816fad9a22f1b465eda33898a571ada (diff)
downloadFreeBSD-src-b8dd64f5ef380fd8a17448566fccf0860a7adc19.zip
FreeBSD-src-b8dd64f5ef380fd8a17448566fccf0860a7adc19.tar.gz
Permit MAC policies to instrument the access control decisions for
system accounting configuration and for nfsd server thread attach. Policies might use this to protect the integrity or confidentiality of accounting data, limit the ability to turn on or off accounting, as well as to prevent inappropriately labeled threads from becoming nfs server threads. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/modules/nfsserver')
-rw-r--r--sys/modules/nfsserver/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile
index e57ac6e..fb9d0f2 100644
--- a/sys/modules/nfsserver/Makefile
+++ b/sys/modules/nfsserver/Makefile
@@ -5,6 +5,7 @@ KMOD= nfsserver
SRCS= vnode_if.h \
nfs_serv.c nfs_srvsock.c nfs_srvcache.c nfs_srvsubs.c nfs_syscalls.c \
nfs_common.c \
+ opt_mac.h \
opt_nfs.h
SRCS+= opt_inet6.h
NFS_INET6?= 1 # 0/1 - requires INET6 to be configured in kernel
OpenPOWER on IntegriCloud