From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27903 invoked by alias); 12 Feb 2015 15:07:03 -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 27879 invoked by uid 89); 12 Feb 2015 15:07:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 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 15:07:01 +0000 Received: from webmail.xs4all.nl ([194.109.26.19]) by smtp-cloud6.xs4all.net with ESMTP id rT6x1p0040QjnYJ01T6xom; Thu, 12 Feb 2015 16:06:57 +0100 Received: from 83.162.234.136 (SquirrelMail authenticated user incog) by webmail.xs4all.nl with HTTP; Thu, 12 Feb 2015 16:06:57 +0100 Message-ID: Date: Thu, 12 Feb 2015 16:34:00 -0000 Subject: setfacl -s acl_entries file file ... now fails ... Corinna? 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-SW-Source: 2015-02/txt/msg00306.txt.bz2 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 @@ setfacl -s u::rwx,g::r-x,o:r-x aap # euh, accepts only one file argument now? setfacl -s used to work for multiple file arguments (yes, strangely enough, it did not work for multiple directory arguments). Did I miss something? 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