PERFORCE change 94040 for review

Robert Watson rwatson at FreeBSD.org
Sun Mar 26 13:52:04 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=94040

Change 94040 by rwatson at rwatson_peppercorn on 2006/03/26 12:22:42

	Break capabilities out into their own page, discuss what's up with
	the implementation, where to find it, and the fact that portions
	of it are present in the SEBSD branch.

Affected files ...

.. //depot/projects/trustedbsd/www/Makefile#4 edit
.. //depot/projects/trustedbsd/www/components.page#5 edit
.. //depot/projects/trustedbsd/www/sidebar.xml#5 edit

Differences ...

==== //depot/projects/trustedbsd/www/Makefile#4 (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#3 $
+# $P4: //depot/projects/trustedbsd/www/Makefile#4 $
 
 STYLESHEET=	page.xsl
 
@@ -45,6 +45,7 @@
 SRCS+=		sebsd.page
 SRCS+=		sedarwin.page
 SRCS+=		audit.page
+SRCS+=		cap.page
 
 IMGS=		components.gif componentsgray.gif
 IMGS+=		developers.gif developersgray.gif docs.gif

==== //depot/projects/trustedbsd/www/components.page#5 (text+ko) ====

@@ -37,7 +37,7 @@
 
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $P4: //depot/projects/trustedbsd/www/components.page#4 $
+      $P4: //depot/projects/trustedbsd/www/components.page#5 $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -153,8 +153,10 @@
 	    compromise.  The capabilities development branch is
 	    largely complete, but is based on an older FreeBSD
 	    5.0-CURRENT snapshot.  Elements of this implementation
-	    are being updated for FreeBSD 5.2 and will be available
-	    in 2003Q3 as part of the MAC Framework.</p>
+	    are being updated for FreeBSD 5.2 and are available as
+	    part of the SEBSD version of the TrustedBSD MAC Framework.
+	    For more information, see the <a href="cap.html">Capability
+	    Page</a>.</p>
         </dd>
 
 	<a name="geom" />

==== //depot/projects/trustedbsd/www/sidebar.xml#5 (text+ko) ====

@@ -6,7 +6,7 @@
       <li><a href="components.html#acls">ACLs</a></li>
       <li><a href="audit.html">Audit</a></li>
       <li><a href="components.html#eas">Extended Attributes</a></li>
-      <li><a href="components.html#capabilities">Capabilities</a></li>
+      <li><a href="cap.html">Capabilities</a></li>
       <li><a href="components.html#geom">GEOM</a></li>
       <li><a href="mac.html">MAC</a></li>
       <li><a href="openbsm.html">OpenBSM</a></li>
@@ -23,7 +23,7 @@
       <li><a href="components.html#acls">ACLs</a></li>
       <li><a href="audit.html">Audit</a></li>
       <li><a href="components.html#eas">Extended Attributes</a></li>
-      <li><a href="components.html#capabilities">Capabilities</a></li>
+      <li><a href="cap.html">Capabilities</a></li>
       <li><a href="components.html#geom">GEOM</a></li>
       <li><a href="mac.html">MAC</a></li>
       <li><a href="openbsm.html">OpenBSM</a></li>


More information about the trustedbsd-cvs mailing list