PERFORCE change 15031 for review
Robert Watson
rwatson at freebsd.org
Sun Jul 28 03:01:39 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15031
Change 15031 by rwatson at rwatson_paprika on 2002/07/27 20:01:22
Comment where the open check should be.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#29 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#29 (text+ko) ====
@@ -227,6 +227,11 @@
goto bad;
}
}
+#ifdef MAC
+ /*
+ * XXXMAC: Open check should proabbly be here.
+ */
+#endif
if ((error = VOP_OPEN(vp, fmode, cred, td)) != 0)
goto bad;
/*
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