diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index a69886850..f12e63de2 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-08-31 Corinna Vinschen + + * ntsec.xml (ntsec-common): Drop outdated comment about underdeveloped + Solaris ACL API support. + 2014-08-31 Corinna Vinschen * utils.xml (setfacl): Drop outdated note that default ACEs are not diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index 76b54ec40..e44b2dac3 100644 --- a/winsup/doc/ntsec.xml +++ b/winsup/doc/ntsec.xml @@ -222,11 +222,9 @@ which disallows mapping of certain POSIX permissions cleanly. See Newer operating systems and file systems on POSIX systems also provide access control lists. Two different APIs exist for accessing these ACLs, the Solaris API and the POSIX API. Cygwin implements the Solaris -API to access Windows ACLs in a Unixy way. At the time of writing this -document, the Cygwin implementation of the Solaris API isn't quite up -to speed. For instance, it doesn't handle access denied ACEs gracefully. -So, use with care. Online man pages for the Solaris ACL API can be -found on http://docs.sun.com. +API to access Windows ACLs in a Unixy way. Online man pages for the +Solaris ACL API can be found on +http://docs.sun.com.