From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 11 05:26:54 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E332106566C for ; Fri, 11 Apr 2008 05:26:54 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6198FC16 for ; Fri, 11 Apr 2008 05:26:54 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m3B54ctv034169; Thu, 10 Apr 2008 22:04:38 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <47FEF166.6060606@freebsd.org> Date: Thu, 10 Apr 2008 22:04:38 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: infofarmer@freebsd.org References: <20080410192552.GC81939@amilo.cenkes.org> In-Reply-To: <20080410192552.GC81939@amilo.cenkes.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org Subject: Re: mtree acl [patch] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 05:26:54 -0000 Andrew Pantyukhin wrote: > ... ACL support in our mtree ... > Also here: http://heka.cenkes.org/sat/diffs/mtree_acl.diff Could you give an example of a short mtree file that includes ACLs? I see a few minor style issues (tag names should be sorted on the mtree.5 and mtree.8 man pages, you need to correct a comment that got duplicated in mtree.h), but the idea looks right. Tim Kientzle