From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9596 invoked by alias); 12 Feb 2015 23:19:44 -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 9588 invoked by uid 89); 12 Feb 2015 23:19:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: lb1-smtp-cloud6.xs4all.net Received: from lb1-smtp-cloud6.xs4all.net (HELO lb1-smtp-cloud6.xs4all.net) (194.109.24.24) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 12 Feb 2015 23:19:42 +0000 Received: from webmail.xs4all.nl ([194.109.26.20]) by smtp-cloud6.xs4all.net with ESMTP id rbKf1p00H0S1Tsa01bKfic; Fri, 13 Feb 2015 00:19:39 +0100 Received: from 83.162.234.136 (SquirrelMail authenticated user incog) by webmail.xs4all.nl with HTTP; Fri, 13 Feb 2015 00:19:39 +0100 Message-ID: <7a1690af2bba11f2dc7156939c8ec7fb.squirrel@webmail.xs4all.nl> In-Reply-To: <20150212180041.GC7818@calimero.vinschen.de> References: <20150212180041.GC7818@calimero.vinschen.de> Date: Fri, 13 Feb 2015 02:12:00 -0000 Subject: Re: setfacl -s acl_entries file file ... now fails From: "Houder" To: cygwin@cygwin.com User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00330.txt.bz2 > On Feb 12 16:06, Houder wrote: >> Hi Corinna, >> >> Regression? setfacl -s used to accept multiple file arguments ... (yes, I am sure) >> >> @@ touch aap noot mies >> @@ ls -l aap noot mies >> -rw-r--r-- 1 Henri None 0 Feb 12 15:55 aap >> -rw-r--r-- 1 Henri None 0 Feb 12 15:55 mies >> -rw-r--r-- 1 Henri None 0 Feb 12 15:55 noot >> @@ setfacl -s u::rwx,g::r-x,o:r-x aap noot mies >> setfacl: Invalid argument >> setfacl: Invalid argument > > Yes, regression. When revamping the acl(SETACL, ...) call I used > the a_type value in the incoming aclent_t entry for bookkeeping, > thus invalidating it for further reuse. I fixed that in CVS and > uploaded a new snapshot on https://cygwin.com/snapshots/ > > Please give it a try. I did. Substituted cygwin1.dll for the one from the snapshot (0212). Did some limited testing (as usual ;-). As far far I can tell, is is now possible to specify multiple file arguments again ... As I was curious, I also did a test in which I specified multiple directory arguments. Appeared to work as well. Splendid. Thank you. Henri -- 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