Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2003 12:34:56 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42907 for review
Message-ID:  <200311212034.hALKYuci008601@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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