From owner-p4-projects@FreeBSD.ORG Wed Jun 2 14:55:07 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 152E81065675; Wed, 2 Jun 2010 14:55:07 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B903D1065673 for ; Wed, 2 Jun 2010 14:55:06 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A53918FC0C for ; Wed, 2 Jun 2010 14:55:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o52Et6km088273 for ; Wed, 2 Jun 2010 14:55:06 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o52Et6iF088271 for perforce@freebsd.org; Wed, 2 Jun 2010 14:55:06 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 2 Jun 2010 14:55:06 GMT Message-Id: <201006021455.o52Et6iF088271@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 179094 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2010 14:55:07 -0000 http://p4web.freebsd.org/@@179094?ac=10 Change 179094 by rwatson@rwatson_fledge on 2010/06/02 14:54:54 Add Capsicum paper to the TrustedBSD web site as well as the main Computer Laboratory Capsicum site. Affected files ... .. //depot/projects/trustedbsd/www/2010usenix-security-capsicum-website.pdf#1 add .. //depot/projects/trustedbsd/www/Makefile#17 edit .. //depot/projects/trustedbsd/www/docs.bib#6 edit Differences ... ==== //depot/projects/trustedbsd/www/Makefile#17 (text+ko) ==== @@ -28,7 +28,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $P4: //depot/projects/trustedbsd/www/Makefile#16 $ +# $P4: //depot/projects/trustedbsd/www/Makefile#17 $ STYLESHEET= page.xsl @@ -85,6 +85,7 @@ DATA+= 20000809-trustedbsd-announcement.txt DATA+= robots.txt DATA+= 20060303-ukuug2006lisa-audit.pdf +DATA+= 2010usenix-security-capsicum-website.pdf GLOBAL_XML= sidebar.xml ==== //depot/projects/trustedbsd/www/docs.bib#6 (text+ko) ==== @@ -35,7 +35,7 @@ - $P4: //depot/projects/trustedbsd/www/docs.bib#5 $ + $P4: //depot/projects/trustedbsd/www/docs.bib#6 $ @@ -370,4 +370,44 @@ + + Capsicum: practical capabilities for UNIX + + + Robert N. M. Watson + University of Cambridge + + + + Jonathan Anderson + University of Cambridge + + + + Ben Laurie + Google UK Ltd. + + + + Kris Kennaway + Google UK Ltd. + + + + + + + Capsicum is a lightweight operating system capability and + sandbox framework planned for inclusion in FreeBSD 9. Capsicum extends, + rather than replaces, UNIX APIs, providing new kernel primitives + (sandboxed capability mode and capabilities) and a userspace sandbox + API. These tools support compartmentalisation of monolithic UNIX + applications into logical applications, an increasingly common goal + supported poorly by discretionary and mandatory access control. We + demonstrate our approach by adapting core FreeBSD utilities and + Google's Chromium web browser to use Capsicum primitives, and compare + the complexity and robustness of Capsicum with other sandboxing + techniques. + +