PERFORCE change 164257 for review

Robert Watson rwatson at FreeBSD.org
Sat Jun 13 10:08:42 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164257

Change 164257 by rwatson at rwatson_freebsd_capabilities on 2009/06/13 10:07:58

	Clarifying comment.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_echo/sandbox_echo.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_echo/sandbox_echo.c#5 (text+ko) ====

@@ -62,6 +62,10 @@
 	if (lcs_get(&lchp) < 0)
 		errx(-1, "libcapability sandbox binary");
 
+	/*
+	 * If 'nested mode is requested, launch a further sandbox and proxy
+	 * requests to it.  Otherwise, service the requests in this sandbox.
+	 */
 	if (argc > 1 && strcmp(argv[1], "nested") == 0) {
 
 		if (ld_caplibindex_lookup(MYNAME, &fd) < 0)


More information about the p4-projects mailing list