http://bugs.winehq.org/show_bug.cgi?id=34406
Erich Hoover erich.e.hoover@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@gmail.com
--- Comment #2 from Erich Hoover erich.e.hoover@gmail.com 2013-09-20 19:22:22 CDT --- I just noticed this on my regression list and took a moment to take a quick look at it before heading out the door. It appears that the application is changing the access to the folder to be write-only with its SetNamedSecurityInfo call, so that's why the copy doesn't occur. It's possible that NtSetSecurityObject isn't properly parsing the DACL, as there doesn't appear to be anything wrong with the SetNamedSecurityInfo or SetSecurityInfo implementation (with regard to what this application wants).