delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/12/22/13:35:51

X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT 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 DOT day AT pinky DOT co DOT uk>
From: <chris DOT day AT pinky DOT co DOT uk>
To: "'cyg Simple'" <cygsimple AT gmail DOT com>, <cygwin AT cygwin DOT com>
References: <001801d499e0$cd68aba0$683a02e0$@pinky.co.uk> <d7672dd1-8741-22eb-2e73-08a29af13dd4 AT gmail DOT 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
X-IsSubscribed: yes
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 AT cygwin DOT com <cygwin-owner AT cygwin DOT com> On Behalf Of cyg Simple
Sent: 22 December 2018 16:50
To: cygwin AT cygwin DOT com
Subject: Re: Problem with effective permissions -rw----rw-+

On 12/22/2018 5:26 AM, chris DOT day AT pinky DOT co DOT uk wrote:
> I'm facing a problem with effective permissions, where the group 
> permission is unset;
> 
> chrisd AT 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 AT 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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019