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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=wdw9DHwK7HK5Jrx8
	0ibvQAGLe1K6rx3/XjkGcU8g8rsR7Z5QU2LzdlnXyp1un+Yxg7wW/0AMp3Rm+5Zf
	vfhpA05eiL+orYjM65ChfIQfYnUcPoNnQ6InPz8jjBVgOG8xHPSX+NbkfPjlD55n
	meKhUfHFDTtkqmjmMuvkMh2BPAA=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=qIEZ/wWCXB8DlShmNxNsn7
	w/EPU=; b=Tl8AfWR+PP78816etc64MQ/foKWDsN15KTsuGrEtjEa8A25TkFmv9J
	0WSM04Nskuu4EewG6/EY9ClsmBzhAXwJpVTrZHFPH7XjAY9arQ6TvXw9Fua37RhI
	hfAMxPUC6o8/2yFm2G17YFRpjwFLUW2QEhGETlX5wnzxYegqnbv5o=
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-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=
X-HELO: mail-it1-f175.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=subject:to:references:from:message-id:date:user-agent:mime-version         :in-reply-to:content-language:content-transfer-encoding;        bh=dSceiAqNYnnn2XeSuStAneC6ewHZBRAWmVJoaHim+7k=;        b=KDsdkbd9kHNKJ7OthEdQRzVAPUACCRye3s4ApI5LUAzR6h/nl50b2Yijuswh3ne/D8         FpzXax8IMLRJbOAm5Lc7MjUEoSdHWVa9Jlg1geej57H2Z5tKcIk7zhQn3Kzig3/55f6D         KGCpAmsSXY9skvqLLFNdgza5y5IpnqV/uPlFvTnZSEjA3nc+hBG4wmmkgP+nRzJPVm/n         D5vJYBrMKYdtAaq4g/lA+OA+Od94Qb04dwLBPUielthTMfYxRLvpKawapdq7H1QZnxGR         TZbDfG08fhkD6PjW67tnrjMdaoxcvcf0ZY/on02rg3xtpdHFeAvKDri9MAzH2vcJlTfz         vJlQ==
Subject: Re: Problem with effective permissions -rw----rw-+
To: cygwin@cygwin.com
References: <001801d499e0$cd68aba0$683a02e0$@pinky.co.uk>
From: cyg Simple <cygsimple@gmail.com>
Message-ID: <6048f372-280b-39f0-9e7b-57a73cbe459c@gmail.com>
Date: Sat, 22 Dec 2018 11:50:02 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3
MIME-Version: 1.0
In-Reply-To: <001801d499e0$cd68aba0$683a02e0$@pinky.co.uk>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 12/22/2018 5:26 AM, chris.day@pinky.co.uk wrote:
> I'm facing a problem with effective permissions, where the group permission
> is unset;
> 
> chrisd@edmund:tmp > touch dummy;ls -l dummy;getfacl dummy
> -rw----rw-+ 1 chrisd None 0 Dec 22 10:22 dummy
> # file: dummy
> # owner: chrisd
> # group: None
> user::rw-
> group::rw-              #effective:---
> group:Administrators:rwx        #effective:---
> mask::---
> other::rw-
> 
> chrisd@edmund: > umask
> 000
> 
> Any ideas on how to resolve so that it reverts to group:rw-

What does cacls give?

-- 
cyg Simple

--
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

