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:reply-to:from:to:references:in-reply-to
	:subject:date:message-id:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=ydUijXgv6s7jxXyv
	1BRUMiVOrfNqOVpfehwahj3pZX8Pdg9SHUTmkEA5BlupzcuoYqbiB3sHUyTQ1pnF
	og4kqF8IjynFXuxS++fG2o7hZdEmwaCnitKn9DJ5T5zrRJ6T877C3ln9Y38ksgPf
	GCxZuGx1M6aWhb9WQ+04YLRFyPs=
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:reply-to:from:to:references:in-reply-to
	:subject:date:message-id:mime-version:content-type
	:content-transfer-encoding; s=default; bh=CJQc11adyxpjF/sPBYFnfL
	zJfEw=; b=hh2WowOS6HgP1Upu/1q/LZ+DYMa7CPYzlF7FsDHhHiOy4Ny/yTH/q7
	RBWQO5DNR8sutI46AXmKb+m4YfFiiTAFUIck11w08uw6jyT5DllC4LBuj7awvjnV
	2JU+1LeSMPf+qGtF5YEovB8YxxMiSnCAJlq3S0+3x7q914223Xttk=
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=-2.1 required=5.0 tests=BAYES_00,CYGWIN_OWNER_BODY,GIT_PATCH_2,KAM_COUK,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:Outlook, H*x:Outlook, H*UA:Microsoft, H*x:Microsoft
X-HELO: mail-wm1-f41.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=pinky-co-uk.20150623.gappssmtp.com; s=20150623;        h=reply-to:from:to:references:in-reply-to:subject:date:organization         :message-id:mime-version:content-transfer-encoding:thread-index         :content-language;        bh=or3cihZVM77PlNvq2OhMokm47x8OXjNK6GAXybeROs4=;        b=r9/MkD6Yd/x1L8JVrS37RNV+6ZXf64S78mPxrxDr6b/UNktOhuM+v0FkCKusOLnQWq         syNnpqpyoxOoPei5iJVCOoy24FycH3XwImlOmJ2p8isDLDtxZnfpO9AdLxuOfwHt2L8k         jRYHiw3eSlRICScKD1FKj3UKzpe4RBqn9r+M+86YuGOz3vsBQ6OI7wfcZUMcnmLyaLXJ         kTKBD5wT3qQ2d6C00TaI6Mu4xdvzCqTBd3VEG1HPOtqonK+b4YQF4zplbjWQECtixA8C         v9BggVT9wAF2ntoqafKDH9cymywwReoJjPGogVx2QX47CJh8SsTQFotStw7wyz6vlDL0         iBXA==
Reply-To: <chris.day@pinky.co.uk>
From: <chris.day@pinky.co.uk>
To: "'cyg Simple'" <cygsimple@gmail.com>, <cygwin@cygwin.com>
References: <001801d499e0$cd68aba0$683a02e0$@pinky.co.uk> <d7672dd1-8741-22eb-2e73-08a29af13dd4@gmail.com>
In-Reply-To: <d7672dd1-8741-22eb-2e73-08a29af13dd4@gmail.com>
Subject: RE: Problem with effective permissions -rw----rw-+
Date: Sat, 22 Dec 2018 18:35:35 -0000
Message-ID: <000001d49a25$216bb000$64431000$@pinky.co.uk>
MIME-Version: 1.0
Content-Type: text/plain;	charset="utf-8"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id wBMIZoKK009663

I think I've resolved this for now, as the Windows ACL's were a little off and I reset using ICACLS * /T /Q /C /RESET

Cheers

Chris 

-----Original Message-----
From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> On Behalf Of cyg Simple
Sent: 22 December 2018 16:50
To: cygwin@cygwin.com
Subject: Re: Problem with effective permissions -rw----rw-+

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


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


