PERFORCE change 20543 for review
Robert Watson
rwatson at freebsd.org
Fri Nov 1 22:02:36 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20543
Change 20543 by rwatson at rwatson_tislabs on 2002/11/01 14:02:29
MAC checks in NFS syscall code to prevent inappropriate abuse
of the nfsd service introduce an opt_mac.h build requirement
for the NFS server module.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/modules/nfsserver/Makefile#4 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/modules/nfsserver/Makefile#4 (text+ko) ====
@@ -5,6 +5,7 @@
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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list