From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49263 invoked by alias); 22 Dec 2018 16:50:04 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 49248 invoked by uid 89); 22 Dec 2018 16:50:03 -0000 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=Problem X-HELO: mail-io1-f41.google.com Received: from mail-io1-f41.google.com (HELO mail-io1-f41.google.com) (209.85.166.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 22 Dec 2018 16:50:02 +0000 Received: by mail-io1-f41.google.com with SMTP id p7so2988202iog.12 for ; Sat, 22 Dec 2018 08:50:02 -0800 (PST) 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=eO0U1dHlwASdniatXxpwWRiy6YPoP7+fIksGw1s8TDjk5VlapQabdouDxLfJYXs/lV cyFj+UVfTDYACHUyhsKDpjbqqswXMxWAS1JRTc8czUCBBkEIDeyGSAHqkMCBZiL7gcYS Ys5FUFBcLsPNcj4I2lFtgpQqUNjM4+3E49+5xdqBY+p5th6g3HNd8EVsPkgAQh96DcmD ICEhp70E0zYEQsWAeI+3b5iZBThLKLpdJpXuC/g+q2x5TXmrcpYGXTEoE5z6vsrTsdZS oKUH2JMKxHRpfJMc7lefnENRP3agYSuY5LRT1ePPtCJ1y+UtMuvsLPtLtLqVqlxsYurW 1bMQ== Return-Path: Received: from [192.168.0.5] (d47-69-109-131.nap.wideopenwest.com. [69.47.131.109]) by smtp.gmail.com with ESMTPSA id e189sm8129328ite.17.2018.12.22.08.50.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Dec 2018 08:50:00 -0800 (PST) Subject: Re: Problem with effective permissions -rw----rw-+ To: cygwin@cygwin.com References: <001801d499e0$cd68aba0$683a02e0$@pinky.co.uk> From: cyg Simple Message-ID: Date: Sat, 22 Dec 2018 16:50:00 -0000 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 X-SW-Source: 2018-12/txt/msg00200.txt.bz2 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