From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: Bugreport on Ubuntu LTS: not ok - 2 Objects creation does not break ACLs with restrictive umask Date: Tue, 5 Jun 2012 09:29:19 -0400 Message-ID: <20120605132919.GA13054@sigill.intra.peff.net> References: <7vhauqsue3.fsf@alter.siamese.dyndns.org> <7vy5o2ra7w.fsf@alter.siamese.dyndns.org> <20120605075614.GE25809@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Matthieu Moy , Junio C Hamano , git@vger.kernel.org To: Stefan Beller X-From: git-owner@vger.kernel.org Tue Jun 05 15:29:35 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sbtp8-0002mt-CE for gcvg-git-2@plane.gmane.org; Tue, 05 Jun 2012 15:29:26 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934191Ab2FEN3W (ORCPT ); Tue, 5 Jun 2012 09:29:22 -0400 Received: from 99-108-225-23.lightspeed.iplsin.sbcglobal.net ([99.108.225.23]:43729 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932429Ab2FEN3W (ORCPT ); Tue, 5 Jun 2012 09:29:22 -0400 Received: (qmail 19328 invoked by uid 107); 5 Jun 2012 13:29:25 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Tue, 05 Jun 2012 09:29:25 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Tue, 05 Jun 2012 09:29:19 -0400 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, Jun 05, 2012 at 02:23:32PM +0200, Stefan Beller wrote: > so I applied that patch with git apply, but here 2 out of 4 tests now > still fail. Hmm. So it seems that the test setfacl does actually work, but for some reason what git does is making ecryptfs unhappy (but not any other filesystem). I just made a test ecryptfs filesystem, and I can easily replicate your problem. I'll see if I can find out what git is doing to create this weird state. -Peff