Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2006 16:08:39 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104256 for review
Message-ID:  <200608161608.k7GG8dFd083542@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104256

Change 104256 by rwatson@rwatson_fledge on 2006/08/16 16:08:37

	Give ACLs their own web page.

Affected files ...

.. //depot/projects/trustedbsd/www/Makefile#6 edit
.. //depot/projects/trustedbsd/www/acls.page#1 add
.. //depot/projects/trustedbsd/www/components.page#7 edit
.. //depot/projects/trustedbsd/www/sidebar.xml#9 edit

Differences ...

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

==== //depot/projects/trustedbsd/www/components.page#7 (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#6 $
+      $P4: //depot/projects/trustedbsd/www/components.page#7 $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -83,13 +83,11 @@
         <dd>
           <p>Access control lists allow more fine-grained discretionary
             access controls to be placed on files and directories.
-            Currently, ACLs are backed to extended attributes on UFS file
-            systems.  An extended attribute implementation was layered
-	    onto UFS1, and a native implementation is available as part
-	    of UFS2.  The finished ACL implementation has been available
-	    as part of FreeBSD since the 5.0 release.  Some further
-	    application adaptation work is on-going, and is taking place
-	    in the FreeBSD development tree.</p>
+	    ACLs have been a production feature in the FreeBSD operating
+	    since being integrated in FreeBSD 5.0-RELEASE.
+	    Portions of the TrustedBSD ACLs implementation also appear in
+	    Mac OS X and Linux.  Visit the <a href="acls.html">TrustedBSD
+	    ACLs</a> web page for more information.</p>
         </dd>
 
 	<a name="audit" />

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

@@ -3,7 +3,7 @@
   <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="acls.html">ACLs</a></li>
       <li><a href="audit.html">Audit</a></li>
       <li><a href="components.html#eas">Extended Attributes and UFS2</a></li>
       <li><a href="cap.html">Capabilities</a></li>
@@ -19,7 +19,7 @@
   <section match="components">
     <h2 class="section">Components</h2>
     <ul>
-      <li><a href="components.html#acls">ACLs</a></li>
+      <li><a href="acls.html">ACLs</a></li>
       <li><a href="audit.html">Audit</a></li>
       <li><a href="components.html#eas">Extended Attributes and UFS2</a></li>
       <li><a href="cap.html">Capabilities</a></li>



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