Issue #9938 has been reported by Josh Cooper. ---------------------------------------- Bug #9938: Directories are sticky by default on Windows https://projects.puppetlabs.com/issues/9938
Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.x Affected Puppet version: Keywords: Branch: If puppet sets the mode of a directory on Windows, e.g. 777, then group and other with write and execute permission to the directory cannot delete children they do not own. In other words, the directory behaves like a sticky directory. By default, group and other with write and execute permission to a directory should be able to delete its children, including children they do not own. The issue is caused because the FILE_DELETE_CHILD permission is not granted to group and other on the directory, and the DELETE permission is only granted to the owner. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
