From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 28 02:02:09 2014 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 617302BA for ; Tue, 28 Oct 2014 02:02:09 +0000 (UTC) Received: from eastrmfepi101.cox.net (eastrmfepi101.cox.net [68.230.241.197]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF6792A for ; Tue, 28 Oct 2014 02:02:08 +0000 (UTC) Received: from eastrmimpo210 ([68.230.241.225]) by eastrmfepo202.cox.net (InterMail vM.8.01.05.15 201-2260-151-145-20131218) with ESMTP id <20141028005339.OIEO19010.eastrmfepo202.cox.net@eastrmimpo210> for ; Mon, 27 Oct 2014 20:53:39 -0400 Received: from [192.168.3.22] ([72.219.202.186]) by eastrmimpo210 with cox id 8Qtf1p00B41obj401QtfMC; Mon, 27 Oct 2014 20:53:39 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020205.544EE913.01BA,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=aZC/a2Ut c=1 sm=1 a=k40gPPfQ5QH6qv5U/EJc3Q==:17 a=f5xKl4ys9bwA:10 a=8nJEP1OIZ-IA:10 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=7-IeiMjgAAAA:8 a=_vIurww4yNLmGFz--KwA:9 a=wPNLvfGTeEIA:10 a=Qaow40eC3bIA:10 a=k40gPPfQ5QH6qv5U/EJc3Q==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Message-ID: <544EE93A.8040707@cox.net> Date: Mon, 27 Oct 2014 19:54:18 -0500 From: "John D. Hendrickson and Sara Darnell" Reply-To: johnandsara2@cox.net User-Agent: Thunderbird 2.0.0.24 (X11/20100228) MIME-Version: 1.0 To: bugzilla-noreply@freebsd.org Subject: Re: [Bug 194477] 10.1-RC1 tar(1) spurious directory permission error message References: <6PZF1p00b2X408g01PZGNi> In-Reply-To: <6PZF1p00b2X408g01PZGNi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@FreeBSD.org, John.Marshall@riverwillow.com.au X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 02:02:09 -0000 bugzilla-noreply@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194477 > > --- Comment #1 from John Marshall --- > Confirmed independently on -stable@ > > https://lists.freebsd.org/pipermail/freebsd-stable/2014-October/080685.html > > The scenario of traversal-only access to the parent directory is common in a > situation where the directory contains per-user subdirectories, and each user > has no business knowing about any subdirectory but his own. > > The archive generated is fine, the user has full permission to the directory > being archived, but tar(1) exits with an error status. > > I regard this regression as a bug. > i'll bite very interesting is the error on tar or utar ? i assume you mean on tar -c but be specific is this new or do older version NOT do this? if so please state the right and wrong tar versions. also i need a firm permission basis. just because you are in same group may not be the same as owning (w/respect to utar, not tar) and if your using any "kernel extended permissions" (tar obviously uses only unix file security / bits. it stores file perms also user # in tar header) i don't see any follow-ups just the initial comlaint, did this complain expire ?