Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2002 14:02:36 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20543 for review
Message-ID:  <200211012202.gA1M2aK5052742@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20543

Change 20543 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211012202.gA1M2aK5052742>