Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2018-08-27 19:30:59 +0300
committerCorinna Vinschen <corinna@vinschen.de>2018-08-27 19:30:59 +0300
commitfc8aaa40fed0a835520d0071da459c9bb925ffc5 (patch)
treee0fed024fbf91f52586176d131fb7f9089345a2f
parent33b8c406dc83a63932526cc182ddf3dd46ade6ea (diff)
Cygwin: add release note for previous ACL changes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/2.11.04
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.11.0 b/winsup/cygwin/release/2.11.0
index 6ffe3f6a6..8f308c8d3 100644
--- a/winsup/cygwin/release/2.11.0
+++ b/winsup/cygwin/release/2.11.0
@@ -74,3 +74,7 @@ Bug Fixes
- Fix memory allocation values in /proc/<PID>/status and /proc/<PID>/statm.
Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00223.html
+
+- Fix handling of unknown accounts in file ACLs. Add name->SID
+ conversion for (most) self-constructed account names.
+ Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00295.html