From owner-p4-projects@FreeBSD.ORG Fri Nov 21 12:34:57 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8869416A4D2; Fri, 21 Nov 2003 12:34:57 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 531B616A4CF for ; Fri, 21 Nov 2003 12:34:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9CB43FE3 for ; Fri, 21 Nov 2003 12:34:56 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALKYuXJ008604 for ; Fri, 21 Nov 2003 12:34:56 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALKYuci008601 for perforce@freebsd.org; Fri, 21 Nov 2003 12:34:56 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 21 Nov 2003 12:34:56 -0800 (PST) Message-Id: <200311212034.hALKYuci008601@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 Subject: PERFORCE change 42907 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 20:34:58 -0000 http://perforce.freebsd.org/chv.cgi?CH=42907 Change 42907 by rwatson@rwatson_powerbook on 2003/11/21 12:34:34 Instructions for the WindowServer replacement bits. Affected files ... .. //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#7 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#7 (text+ko) ==== @@ -181,8 +181,6 @@ cd sebsd_cmds/checkpolicy make ; sudo make install - cd ../../sebsd_system/wslogin - XXX cd ../.. Step 9: Build, Install wslogin and WindowServer wrapper @@ -204,7 +202,16 @@ sudo make install - XXX: rename WindowServer, etc. + In order to run the WindowServer in our modified environment, you must + replace the existing WindowServer binary with our wrapper. NOTE: + It is extremely important that these commands be executed cautiously: + the new name for the old WindowServer must be RealWindowServer, and + you really don't want to fail to rename before you install the new + one, or you end up with no WindowServer at all: + + sudo mv /System/Library/CoreServices/WindowServer \ + /System/Library/CoreServices/RealWindowServer + sudo make install-window-server-wrapper Step 9: Build SEDarwin Sample Policy