From owner-freebsd-doc@FreeBSD.ORG Wed Mar 2 00:40:26 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 844E016A4CE for ; Wed, 2 Mar 2005 00:40:26 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173E143D2F for ; Wed, 2 Mar 2005 00:40:26 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (ip68-230-188-82.dc.dc.cox.net [68.230.188.82]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id j220eMMp003115 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 1 Mar 2005 19:40:25 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Tue, 1 Mar 2005 19:40:09 -0500 From: Tom Rhodes To: Nicholas Tarnek Message-ID: <20050301194009.58cd6a9a@mobile.pittgoth.com> In-Reply-To: References: X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org Subject: Re: MAC documentation typo X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 00:40:26 -0000 On Wed, 12 Jan 2005 22:20:10 -0500 Nicholas Tarnek wrote: > I was reading through the MAC section of the FreeBSD Handbook and came > across the following error on a page > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mac-implementing.html): > > _snip_ > And adding the following line to the default user class: > > :label=mls/equal,biba/equal,partition/equal: > _endsnip_ > > The partition label appears syntactically incorrect. > > >From the mac_partition(4) man page: > > Label Format > Partition labels take on the following format: > > partition/value > > Where value can be any integer value or ``none''. For example: > > partition/1 > partition/20 > partition/none > > There is no mention of 'equal' being a valid value for a partition label. > > Based upon the remainder of this document, it appears as if the > correct partition label should be 'partition/15'. Fixed, thanks! Sorry that took me so long, I've been busy. -- Tom Rhodes