X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:mime-version:subject:from
	:in-reply-to:date:cc:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=PYb7AJW+xENjlybPbcPimNhXh6WF
	5Fy3o8khwkNc1SqmDuU5y9afOMj9UfWKNmO7cq8JkXPeukxRmbv82YJxpt1o6maL
	eIHFQr1zL7nfLSwwV1gSMgvT7sumpLzVTPnCwuf3cl02RWLAFHgONrUrkf/aea4p
	zm+hRAf6TAAbQBk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:mime-version:subject:from
	:in-reply-to:date:cc:content-transfer-encoding:message-id
	:references:to; s=default; bh=HfARhYjNNwLwVn9+ydgHQGRXTks=; b=DH
	7xEVVGaz+Q8GX+3mUQ0E+X4eidFMiOiOwkDL3EtO3qZlbEIVRCI/myfaTedRPRTo
	jVIRaUvOTAd4WLeaqxu5OVxdpzjAFa0Kd0TAnr6IXcQ26SUjAWoRVVKnZBcrmaqj
	fNEtfFNF2O0BPqr1yykPouoR+sn7zk9+yZO8C99VQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2
X-HELO: p3plsmtpa08-09.prod.phx3.secureserver.net
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\))
Subject: Re: File permissions different inside and outside cygwin root
From: Duane Ellis <duane@duaneellis.com>
In-Reply-To: <6CF2FC1279D0844C9357664DC5A08BA2109F128B@msgb09.nih.gov>
Date: Tue, 2 Jun 2015 07:53:15 -0700
Cc: "Buchbinder, Barry (NIH/NIAID) [E]" <BBuchbinder@niaid.nih.gov>
Message-Id: <17C46031-D529-4E0E-8086-09DE1B487F8F@duaneellis.com>
References: <E087F37F-5AAF-4526-B6B8-091D8F9FDC20@duaneellis.com> <6CF2FC1279D0844C9357664DC5A08BA2109EFF1F@msgb09.nih.gov> <CAAXzdLWk_NV_HB8ctbmaWdr_9z=NwGwu4GLeYox878z4Emwx+A@mail.gmail.com> <1433228431.8324.22.camel@cygwin.com> <6CF2FC1279D0844C9357664DC5A08BA2109F128B@msgb09.nih.gov>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t52ErTC7010645

[paraphrased, and edited]

(Duane) describing the problem

(Barry)  .. click click click right click .. click click to undo this crazyness
(steve)  DO not do this .. you can break things in really bad ways

I would agree, I did not have time to reply yet.

My comment would be this:
	This is not an appropriate solution - is very HUMAN ERROR prone
	It does not scale well to others not familiar with the process.

	Cygwin should just work, or the feature that causes this should be disabled

assuming that it is the ACLs,  my questions are 

1)  How do I disable the ACL feature completely?

2) How can I determine if the ACL feature is enabled?
	I need to put this test in a few build scripts
	I need to prevent execution if the situation exists
        if  `SOMETEST`
        then
              echo “FIX THIS BUILD FAIL”
              exit 1
         fi





--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


