diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-08-31 19:20:10 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-08-31 19:20:10 +0000 |
commit | f3b0b4cb513ee3c33a7694cfa56b060f11fafca6 (patch) | |
tree | 9d56d746aa8cc1847d7f9588dccc8410f2908549 | |
parent | 9845fcbb6b87fca7d69605f0ec519ca1b2ef68eb (diff) | |
download | cygnal-f3b0b4cb513ee3c33a7694cfa56b060f11fafca6.tar.gz cygnal-f3b0b4cb513ee3c33a7694cfa56b060f11fafca6.tar.bz2 cygnal-f3b0b4cb513ee3c33a7694cfa56b060f11fafca6.zip |
* utils.xml (setfacl): Drop outdated note that default ACEs are not
taken into account.
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/utils.xml | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 0ec9114ab..a69886850 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,10 @@ 2014-08-31 Corinna Vinschen <corinna@vinschen.de> + * utils.xml (setfacl): Drop outdated note that default ACEs are not + taken into account. + +2014-08-31 Corinna Vinschen <corinna@vinschen.de> + * ntsec.xml: Disable description of db_prefix and db_separator settings. 2014-08-31 Corinna Vinschen <corinna@vinschen.de> diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml index ffc2f1282..bd82cfa85 100644 --- a/winsup/doc/utils.xml +++ b/winsup/doc/utils.xml @@ -1786,10 +1786,6 @@ $ getfacl source_file | setfacl -f - target_file directory that contains default ACL entries will have permissions according to the combination of the current umask, the explicit permissions requested and the default ACL entries </para> - - <para> Limitations: Under Cygwin, the default ACL entries are not taken - into account currently. </para> - </sect2> <sect2 id="setmetamode"> |