From owner-freebsd-doc@FreeBSD.ORG Thu Jan 13 03:20:12 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 027AE16A4CF for ; Thu, 13 Jan 2005 03:20:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBFD43D39 for ; Thu, 13 Jan 2005 03:20:11 +0000 (GMT) (envelope-from ntarnek@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so429380wri for ; Wed, 12 Jan 2005 19:20:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=hUHrDKTCHyyJRp+nRjPBdjfZHHqgvqiqwsSl5ENGMMOAJTyCn4hnCNxD8E3Af6fF8J8zcWB3IV7O/fUFx6DSceIXQhm5zUrV4L6FwzEqZREWNbl9dpAeUmBC+Deo7pr2n2xBqsaef4i9IlUk52j74J4PcUgJvUgHITZ1i8fBW5k= Received: by 10.54.53.21 with SMTP id b21mr1823wra; Wed, 12 Jan 2005 19:20:11 -0800 (PST) Received: by 10.54.8.54 with HTTP; Wed, 12 Jan 2005 19:20:10 -0800 (PST) Message-ID: Date: Wed, 12 Jan 2005 22:20:10 -0500 From: Nicholas Tarnek To: doc@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: MAC documentation typo X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nicholas Tarnek List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 03:20:12 -0000 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'. Thanks, Nick