Date: Sun, 19 Feb 2006 15:54:50 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92044 for review Message-ID: <200602191554.k1JFsoXR045066@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92044 Change 92044 by rwatson@rwatson_fledge on 2006/02/19 15:54:16 Add UFS2 reference to EA section. Add GEOM section. Add OpenPAM section. Add side bar to front page. Use small Trusty on front page. Affected files ... .. //depot/projects/trustedbsd/www/components.page#4 edit .. //depot/projects/trustedbsd/www/home.page#3 edit .. //depot/projects/trustedbsd/www/page.xsl#2 edit .. //depot/projects/trustedbsd/www/sidebar.xml#4 edit Differences ... ==== //depot/projects/trustedbsd/www/components.page#4 (text+ko) ==== @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2000, 2001, 2005 Robert N. M. Watson + Copyright (c) 2000-2006 Robert N. M. Watson Copyright (c) 2001 Leigh Denault Copyright (c) 2002, 2003 Networks Associates Technology, Inc. All rights reserved. @@ -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#3 $ + $P4: //depot/projects/trustedbsd/www/components.page#4 $ </cvs:keyword> </cvs:keywords> @@ -117,7 +117,8 @@ </dd> <a name="eas" /> - <dt><p>Extended Attributes</p></dt> + <a name="ufs2" /> + <dt><p>Extended Attributes and UFS2</p></dt> <dd> <p>Extended attributes allow the kernel and userland @@ -156,6 +157,18 @@ in 2003Q3 as part of the MAC Framework.</p> </dd> + <a name="geom" /> + <dt><p>GEOM</p></dt> + + <dd><p>GEOM is a modular I/O request transformation framework allowing + kernel modules to attach to I/O devices providing a variety of + layout and data transformations. + GEOM was created as part of the TrustedBSD Project in order to + support cryptographic disk services, such as GBDE, on the FreeBSD + platform. GEOM has been present in FreeBSD since FreeBSD + 5.0-RELEASE, with increasing numbers of transform modules.</p> + </dd> + <a name="mac" /> <dt><p>Mandatory Access Control</p></dt> @@ -183,6 +196,16 @@ found on the <a href="mac.html">MAC page</a>.</p> </dd> + <a name="openpam" /> + <dt><p>OpenPAM</p></dt> + + <dd> + <p><a href="http://www.OpenPAM.org/">OpenPAM</a> is a BSD-licensed + Pluggable Authentication Modules implementation now used in + FreeBSD and NetBSD, and produced as part of the TrustedBSD + Project.</p> + </dd> + <a name="sebsd" /> <dt><p>Security-Enhanced BSD (SEBSD)</p></dt> ==== //depot/projects/trustedbsd/www/home.page#3 (text+ko) ==== @@ -37,12 +37,12 @@ <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keyword name="freebsd"> - $P4: //depot/projects/trustedbsd/www/home.page#2 $ + $P4: //depot/projects/trustedbsd/www/home.page#3 $ </cvs:keyword> </cvs:keywords> <section> - <title>About TrustedBSD</title> + <title>TrustedBSD Project</title> <html> <p>The TrustedBSD project provides a set of trusted operating system @@ -89,7 +89,7 @@ </ul> <p>The TrustedBSD Project is made possible through the generous - sponsorship and donations of a variety of organizations, including + sponsorship and support from a variety of organizations, including the Defence Advanced Research Projects Agency (DARPA), the National Security Agency (NSA), Network Associates Laboratories, Safeport Network Services, the University of Pennsylvania, Yahoo!, McAfee ==== //depot/projects/trustedbsd/www/page.xsl#2 (text+ko) ==== @@ -35,16 +35,7 @@ <tr> <td valign="top" width="100"> <a href="beastie.html"> - <xsl:choose> - <!-- Only use the large daemon image on the main Web page; - use the smaller version on all other pages. --> - <xsl:when test="$role = 'home'"> - <img src="trustyshadow.gif" alt="Trusty" border="0" /> - </xsl:when> - <xsl:otherwise> - <img src="trustyteenie.gif" alt="Trusty" border="0" /> - </xsl:otherwise> - </xsl:choose> + <img src="trustyteenie.gif" alt="Trusty" border="0" /> </a> <br /> @@ -100,8 +91,8 @@ <ul> <small> <br /> + Copyright 2000-2006 Robert Watson. All rights reserved.<br /> Copyright 2005 SPARTA, Inc. All rights reserved.<br /> - Copyright 2000-2005 Robert Watson. All rights reserved.<br /> Copyright 2002, Leigh Denault. All rights reserved.<br /> Copyright 2002, 2003 Networks Associates, Inc. All rights reserved.<br /> ==== //depot/projects/trustedbsd/www/sidebar.xml#4 (text+ko) ==== @@ -1,18 +1,36 @@ <sidebar> + <section match="home"> + <p><center><a href="news.html">TrustedBSD News</a></center></p> + <ul> + <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="components.html#geom">GEOM</a></li> + <li><a href="mac.html">MAC</a></li> + <li><a href="openbsm.html">OpenBSM</a></li> + <li><a href="components.html#openpam">OpenPAM</a></li> + <li><a href="sebsd.html">SEBSD</a></li> + <li><a href="sedarwin.html">SEDarwin</a></li> + <li><a href="components.html#ufs2">UFS2</a></li> + </ul> + </section> + <section match="components"> <h2 class="section">Components</h2> <ul> - <li><a href="components.html#acls">Access Control Lists</a></li> - <li><a href="audit.html">Security Event Auditing</a></li> + <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">Fine-Grained - Capabilities</a></li> - <li><a href="mac.html">Mandatory Access Control</a></li> + <li><a href="components.html#capabilities">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> - <li><a href="sebsd.html">Security-Enhanced BSD (SEBSD)</a></li> - <li><a href="sedarwin.html">Security-Enhanced Darwin (SEDarwin)</a></li> - <!-- To be completed: Historical Patches --> + <li><a href="components.html#openpam">OpenPAM</a></li> + <li><a href="sebsd.html">SEBSD</a></li> + <li><a href="sedarwin.html">SEDarwin</a></li> + <li><a href="components.html#ufs2">UFS2</a></li> </ul> </section>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602191554.k1JFsoXR045066>