http://bugs.winehq.org/show_bug.cgi?id=34406 --- Comment #15 from Erich Hoover <erich.e.hoover(a)gmail.com> --- It's taken me quite a while to rewrite my patches to handle this case, but I've posted an updated version that should fix your issue: https://github.com/compholio/wine-compholio-daily/tree/master/patches/02-ACL... These patches implement the following changes: 1) File ACLs are stored in Extended Filesystem Attributes on the system 2) When creating a directory with security attributes attached then attributes are inherited from parent folders 3) When setting the attributes on a file (or directory) without the PROTECTED_DACL_SECURITY_INFORMATION flag then attributes are inherited from parent folders 4) The creation of user shell folders now has inheritable ACLs for the user and administrator Patch installation instructions: 1) Apply the patches (patch -p1 < patch-to-apply.path) 2) Update the configure script (autoreconf) 3) Run the updated configure script (./configure) 4) Compile and install the updated Wine (make && sudo make install) Note that your file system and kernel must support Extended Filesystem Attributes and the development library headers must be installed. If you give me more details about your system (distro, version, etc.) I can help you if getting things working poses a problem. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.