From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21817 invoked by alias); 19 Aug 2012 23:22:24 -0000 Received: (qmail 21809 invoked by uid 22791); 19 Aug 2012 23:22:23 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_RW,TW_WX X-Spam-Check-By: sourceware.org Received: from sitemail2.everyone.net (HELO imta-38.everyone.net) (216.200.145.36) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 19 Aug 2012 23:22:10 +0000 Received: from pps.filterd (omta002 [127.0.0.1]) by imta-38.everyone.net (8.14.4/8.14.4) with SMTP id q7JNM9Y0008657 for ; Sun, 19 Aug 2012 16:22:09 -0700 X-Eon-Dm: dm0206 Received: by dm0206.mta.everyone.net (EON-AUTHRELAY2 - ae18827b) id dm0206.5008c941.57ec1c5 for ; Sun, 19 Aug 2012 16:22:08 -0700 X-Eon-Sig: AQMH8HNQMXUgbPNsewIAAAAB,30611681beb3f298d6fc44417b20079f Message-ID: <50317517.6010902@mvseac.com> Date: Mon, 20 Aug 2012 03:20:00 -0000 From: L Anderson User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120715 Firefox/14.0.1 SeaMonkey/2.11 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: getfacl seems to list wrong permissions for Group Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.260,0.0.0000 definitions=2012-08-19_06:2012-08-17,2012-08-19,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1208190300 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 X-SW-Source: 2012-08/txt/msg00469.txt.bz2 In directory /cygwin/bin of my cygwin installation, $ ls -l //yields: [snip] -rwxr-xr-x 1 lowella Administrators 73742 Nov 14 2010 zsyncmake.exe and $ ls -ln //yields [snip] -rwxr-xr-x 1 1000 544 73742 Nov 14 2010 zsyncmake.exe and $ stat -c '%A %a %n' * //yields: [snip] -rwxr-xr-x 755 zsyncmake.exe all quite consistent and pretty much as expected. NB: zsyncmake.exe is the last file listed from /bin. However, $ getfacl -a zsyncmake.exe //yields: # file: zsyncmake.exe # owner: lowella # group: Administrators user::rwx group::--- mask:rwx other:r-x Why does getfacl give "group::---" instead of "group::r-x" as appears in the ls and stat listings? Is this a bug in getfacl? Incidentally, any file from /bin that gets 'getfacled' shows the same problem. Regards, LA -- 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