Date: Sun, 24 Jan 2010 12:26:19 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 173617 for review Message-ID: <201001241226.o0OCQJ4f038991@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=173617 Change 173617 by rwatson@rwatson_vimage_client on 2010/01/24 12:25:37 Comment on an incorrect comment. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#30 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#30 (text+ko) ==== @@ -50,7 +50,7 @@ #include "opt_capabilities.h" #include <sys/cdefs.h> -__FBSDID("$P4: //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#29 $"); +__FBSDID("$P4: //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#30 $"); #include <sys/param.h> #include <sys/capability.h> @@ -118,6 +118,9 @@ * objects, which raises the question as to why the flag exists at * all. * + * XXXRW: Actually, this is not true: kqueue's aren't passable, so we + * do need to do this. + * * No need to set DFLAG_SEEKABLE as any seek operations will fall * through to the underlying object once the capability is verified. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001241226.o0OCQJ4f038991>