From owner-freebsd-current@FreeBSD.ORG Tue Jan 14 14:47:33 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3F069AC for ; Tue, 14 Jan 2014 14:47:33 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A70971CEB for ; Tue, 14 Jan 2014 14:47:33 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 43D78204F7 for ; Tue, 14 Jan 2014 09:47:27 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Tue, 14 Jan 2014 09:47:27 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=c4XEBpS3VaRGHK2OAW0SiOopQ0U=; b=pAo2/Qgfzf1TilUB8/B9YVH21TDl 8S6LzCOA3aV2k6DI7M5vch5Hu1W5JkvF0x+BLWV4HQoL1/AqrPMwIdByqkP5yM8p NZupTD4cz9JXpjQMFTgDy+KI6xCAO/T4Tm6/mjeVvb6QSqA+9/kWVRrJh660lgYv CFOLc1/O/lG3JBc= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 1C5631183CC; Tue, 14 Jan 2014 09:47:27 -0500 (EST) Message-Id: <1389710847.2685.70601137.72B5C024@webmail.messagingengine.com> X-Sasl-Enc: gBsa6e1t4gUHU53kRwdrMqehCioPVFochJ16HkNjws2r 1389710847 From: Mark Felder To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-fdd84f42 Subject: mtree acl support Date: Tue, 14 Jan 2014 08:47:27 -0600 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 14:47:33 -0000 I was recently talking to someone about how one would backup / restore ACLs reliably. I didn't see any mention of ACLs in the mtree man page and after a quick google I came upon this old mailing list post: http://lists.freebsd.org/pipermail/freebsd-hackers/2008-April/024173.html patch in list is here: http://heka.cenkes.org/sat/diffs/mtree_acl.diff I've mirrored it here: https://feld.me/freebsd/mtree_acl.diff This old patch appears to still apply cleanly. I hate to see a patch die and be forgotten.