From owner-p4-projects@FreeBSD.ORG Sat Jan 30 01:27:27 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 27D031065672; Sat, 30 Jan 2010 01:27:27 +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 E0907106566C for ; Sat, 30 Jan 2010 01:27:26 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD2728FC08 for ; Sat, 30 Jan 2010 01:27:26 +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 o0U1RQtj050150 for ; Sat, 30 Jan 2010 01:27:26 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 o0U1RQGw050148 for perforce@freebsd.org; Sat, 30 Jan 2010 01:27:26 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 30 Jan 2010 01:27:26 GMT Message-Id: <201001300127.o0U1RQGw050148@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 173935 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: Sat, 30 Jan 2010 01:27:27 -0000 http://p4web.freebsd.org/chv.cgi?CH=173935 Change 173935 by rwatson@rwatson_fledge on 2010/01/30 01:27:18 Remove several todo items that are todone. Affected files ... .. //depot/projects/trustedbsd/capabilities/TODO#19 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/TODO#19 (text+ko) ==== @@ -13,16 +13,6 @@ user databases, libraries, etc, with a POSIX interface within the capability mode process. -- Get shared objects working in capability mode by creating a cap_ld-elf.so - that will take the binary to run as a file descriptor argument in order - to avoid needing to run the interpreter directly from the fexecve(2) - context. Consider carefully the implications on creating binaries, ELF, - etc. - -- Implement libcapability, a lightweight framework for starting code in a - capability mode sandbox using fexecve(2), etc, and providing a simple - local procedure call interface to compartmentalized services. - - ... bigger and better things ... Low-level TODO list: @@ -75,4 +65,5 @@ - Add support (a.k.a. find test platforms) for arm, ia64, etc. in lib/csu -- It would be nice if we didn't need -rdynamic; can we export just _capstart? Should we add more information (a capability entry point) to ELF? +- It would be nice if we didn't need -rdynamic; can we export just _capstart? + Should we add more information (a capability entry point) to ELF?