Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2009 10:08:41 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 164257 for review
Message-ID:  <200906131008.n5DA8fYw092664@repoman.freebsd.org>

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

Change 164257 by rwatson@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)



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