From owner-p4-projects@FreeBSD.ORG Sat Jan 24 14:51:15 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EA31E1065672; Sat, 24 Jan 2009 14:51:12 +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 5C1531065674 for ; Sat, 24 Jan 2009 14:51:12 +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 4898A8FC19 for ; Sat, 24 Jan 2009 14:51:12 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0OEpCMV094424 for ; Sat, 24 Jan 2009 14:51:12 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 n0OEpClr094422 for perforce@freebsd.org; Sat, 24 Jan 2009 14:51:12 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 24 Jan 2009 14:51:12 GMT Message-Id: <200901241451.n0OEpClr094422@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 Cc: Subject: PERFORCE change 156608 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 14:51:16 -0000 http://perforce.freebsd.org/chv.cgi?CH=156608 Change 156608 by rwatson@rwatson_freebsd_capabilities on 2009/01/24 14:50:19 We'll use a modified rtld-elf (ld-elf.so) to allow dynamic linking of capability mode executables, so integrate the existing Makefile from rtld-elf and hook up it up to the build. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/libexec/Makefile#3 edit .. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#1 branch Differences ... ==== //depot/projects/trustedbsd/capabilities/src/libexec/Makefile#3 (text+ko) ==== @@ -24,6 +24,7 @@ rpc.sprayd \ ${_rshd} \ ${_rtld-elf} \ + ${_rtld-elf-cap} \ save-entropy \ ${_smrsh} \ talkd \ @@ -56,6 +57,7 @@ .if !defined(NO_PIC) && !defined(NO_RTLD) _rtld-elf= rtld-elf +_rtld-elf-cap= rtld-elf-cap .endif .if ${MK_RCMDS} != "no"