From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127573 invoked by alias); 22 Dec 2018 10:26:35 -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 127559 invoked by uid 89); 22 Dec 2018 10:26:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.1 required=5.0 tests=BAYES_00,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-wr1-f54.google.com Received: from mail-wr1-f54.google.com (HELO mail-wr1-f54.google.com) (209.85.221.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 22 Dec 2018 10:26:33 +0000 Received: by mail-wr1-f54.google.com with SMTP id x10so7551913wrs.8 for ; Sat, 22 Dec 2018 02:26:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pinky-co-uk.20150623.gappssmtp.com; s=20150623; h=reply-to:from:to:subject:date:organization:message-id:mime-version :content-transfer-encoding:thread-index:content-language; bh=dMuiljPMmPjLGV/JhKY28q5uHsmOtm5Jr+hByO3x3nk=; b=j5mM35NnpMaB41NCaIWPuxk4Mlki+9tpAgePr9oWmtLjDDafspCB+SRX0ymI31pH3V suD5J3KT0DmnGKELEATWvrvR5lLsI6YYMrf/qKegu9dmNeZTLKetaz/k+mAWtZ47LXN4 JRAoI5oBML8raQHWTMagyLxVUpqm/cYRiPAfFLLYB139/ajJawhgYy7+GozZF1tkiqCk 7ZJferJVYlGl0HvTqBFYYT+166MoX49VQKep6iwcicZFXmGYKCOZ1XAoiZJ/VA3v+6PH bQFI24DOauE5O1tE7ptbboG6DwTNKvL00PZ1weRuJE1z0G+0dveCnRxY4By+/kX8gHYq vD1w== Return-Path: Received: from edmund (cpc89484-nott20-2-0-cust668.12-2.cable.virginm.net. [82.30.90.157]) by smtp.gmail.com with ESMTPSA id s8sm15240377wrn.44.2018.12.22.02.26.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Dec 2018 02:26:30 -0800 (PST) Reply-To: From: To: Subject: Problem with effective permissions -rw----rw-+ Date: Sat, 22 Dec 2018 15:40:00 -0000 Message-ID: <001801d499e0$cd68aba0$683a02e0$@pinky.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00197.txt.bz2 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- Cheers Chris -- 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