This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setfacl -s acl_entries file file ... now fails ... Corinna?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]