From owner-trustedbsd-cvs@FreeBSD.ORG Wed Aug 16 16:13:07 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F296F16A4DF for ; Wed, 16 Aug 2006 16:13:06 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9F643D76 for ; Wed, 16 Aug 2006 16:12:54 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id 48E3046CA0 for ; Wed, 16 Aug 2006 12:12:52 -0400 (EDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9D18A92B94; Wed, 16 Aug 2006 16:09:19 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 89D8916A513; Wed, 16 Aug 2006 16:09:19 +0000 (UTC) X-Original-To: perforce@freebsd.org 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 4C82B16A500 for ; Wed, 16 Aug 2006 16:09:19 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E73DD43DC0 for ; Wed, 16 Aug 2006 16:08:41 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7GG8ddk083545 for ; Wed, 16 Aug 2006 16:08:39 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7GG8dFd083542 for perforce@freebsd.org; Wed, 16 Aug 2006 16:08:39 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 16 Aug 2006 16:08:39 GMT Message-Id: <200608161608.k7GG8dFd083542@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 Cc: Subject: PERFORCE change 104256 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2006 16:13:07 -0000 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 @@ - $P4: //depot/projects/trustedbsd/www/components.page#6 $ + $P4: //depot/projects/trustedbsd/www/components.page#7 $ @@ -83,13 +83,11 @@

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.

+ 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 TrustedBSD + ACLs web page for more information.

==== //depot/projects/trustedbsd/www/sidebar.xml#9 (text+ko) ==== @@ -3,7 +3,7 @@

TrustedBSD News