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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=k8ouNZ9Rb3e1dNf/oieg3sILDTJr53lJmyiUU/DTKIy jOWnj11t2ZM2ec0KWfKvh+yoyeOOl5dnYEJPJ+HTP+hDGewiewAV2WlQXwDaeEhA HK5gSvOjEmUFcGi/EiF1UxWo0z+b1w3w8/u2pl19d2HkuVO1QwgXb4mJWeVF9WT8 = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=0bLvIfjut7q1MfzOLMmSLcKt5VI=; b=KfEZzmM/w3TddmlOl C7FFIAIWmUoUTOwYUJ3SoK7HgW8MI8OMyQKzSkAfxnXkLazkqFll1kHZNsN2o5FQ aRZRLPVoy7ZZvCITpMIBGf95dC4CqkpY/7hgt+7k89ZuIF7ljTcUJNnafLLomk80 vpVL9hRkg0zHAWc0mDWzyxIUcw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-Virus-Found: No X-Spam-SWARE-Status: No, score=4.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pd0-f174.google.com X-Received: by 10.66.66.166 with SMTP id g6mr35515922pat.88.1425159141169; Sat, 28 Feb 2015 13:32:21 -0800 (PST) Message-ID: <54F233D8.1040503@gmail.com> Date: Sat, 28 Feb 2015 13:32:08 -0800 From: random user User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Too Many Permissions Stripped In 1.7.35? References: <54F00036 DOT 8050509 AT gmail DOT com> In-Reply-To: <54F00036.8050509@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit The changes regarding the user SID = group SID case look generally good to me. Thanks for considering the idea. I do wonder if it is best that the Everyone privileges would "leak" into the group permission mode/mask tho, either at the Posix or ACL levels. They don't seem to for user SID != group SID, for those the oddball cases where Everyone has privileges the owner or group does not get a DENY in their ACL. Perhaps more importantly than that topic: I've noticed what seems a new issue in the behavior of the user SID != group SID case: rm x touch x # umask = 0077, user SID != primary group SID chmod 750 x chmod -x x # gets chmod: x: new permissions are rw-r-x---, not rw-r----- -- 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