Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2002 07:08:51 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14600 for review
Message-ID:  <200207211408.g6LE8pDA081327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14600

Change 14600 by rwatson@rwatson_curry on 2002/07/21 07:08:30

	Comment to indicate fhopen() requires mediation.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#55 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#55 (text+ko) ====

@@ -4472,6 +4472,12 @@
 		if (error)
 			goto bad;
 	}
+#ifdef MAC
+	/*
+	 * XXXMAC: Mediation required here.  Also check that the rest of
+	 * this is in sync with vn_open().
+	 */
+#endif
 	if (fmode & O_TRUNC) {
 		VOP_UNLOCK(vp, 0, td);				/* XXX */
 		if ((error = vn_start_write(NULL, &mp, V_WAIT | PCATCH)) != 0) {

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?200207211408.g6LE8pDA081327>