From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12437 invoked by alias); 11 Apr 2015 00:00:24 -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 12425 invoked by uid 89); 11 Apr 2015 00:00:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f173.google.com Received: from mail-ie0-f173.google.com (HELO mail-ie0-f173.google.com) (209.85.223.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 11 Apr 2015 00:00:21 +0000 Received: by iebrs15 with SMTP id rs15so29516078ieb.3 for ; Fri, 10 Apr 2015 17:00:19 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.42.164.7 with SMTP id e7mr6759945icy.70.1428710418093; Fri, 10 Apr 2015 17:00:18 -0700 (PDT) Received: by 10.36.10.202 with HTTP; Fri, 10 Apr 2015 17:00:18 -0700 (PDT) In-Reply-To: <20150410100703.GA4401@calimero.vinschen.de> References: <20150410100703.GA4401@calimero.vinschen.de> Date: Sat, 11 Apr 2015 00:00:00 -0000 Message-ID: Subject: Re: [TESTERS needed] New POSIX permission handling From: Steven Penny To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00186.txt.bz2 On Fri, Apr 10, 2015 at 5:07 AM, Corinna Vinschen wrote: > Please give the new code a try. I uploaded new 2015-04-10 developer > snapshots to https://cygwin.com/snapshots/ Here is the test I ran: $ cd /cygdrive/c $ touch ~/{alpha,bravo}.sh ~+/{charlie,delta}.sh $ chmod +x ~/bravo.sh ~+/delta.sh $ ls -l --color ~/{alpha,bravo}.sh ~+/{charlie,delta}.sh -rw-rw-r--+ 1 John None 0 Apr 10 16:51 /cygdrive/c/charlie.sh -rwxrwxr-x+ 1 John None 0 Apr 10 16:51 /cygdrive/c/delta.sh (green) -rw-r--r-- 1 John None 0 Apr 10 16:51 /home/John/alpha.sh -rwxrwxr-x 1 John None 0 Apr 10 16:51 /home/John/bravo.sh (green) So "charlie.sh" looks strange because it has that extra write permission. However this is not a big deal for me. My concern was that everything was showing up executable (green) when running "ls --color". So overall this is an improvement, thanks. -- 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