HomePhorge

Fix typo bug that prevented FILE_DELETE_CHILD from being set
4c3aae847022Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix typo bug that prevented FILE_DELETE_CHILD from being set

The Windows FILE_DELETE_CHILD right was not being set on directories
when the user had write and execute permission. When translating a
POSIX permission for a specific class, e.g. user, we right shift the
appropriate number of bits, e.g. 6, and then compare using the 'other'
permission contants, e.g. S_IWOTH.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU7de0a805d6a8: Sub away trailing backslashes at the end of sources on Windows
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPU4c3aae847022: Fix typo bug that prevented FILE_DELETE_CHILD from being set (authored by Josh Cooper <josh@puppetlabs.com>).Sep 27 2011, 6:55 PM