HomePhorge

(PUP-2100) Use AddAccessDeniedAceEx for inheritance
8eaa3b094622Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2100) Use AddAccessDeniedAceEx for inheritance

With Access Control Entries (ACEs) on Windows, we currently use AddAccessDeniedAce
which does not include inheritance and propagation, but AddAccessDeniedAceEx does.
We are already using AddAccessAllowedAceEx when setting access allowed ACEs and
we should use the same behavior for denied ACEs. This commit provides that ability.
Without this commit we will not be able to properly manage access denied
ACEs with inheritance to child objects.

Details

Provenance
Rob Reynolds <ferventcoder@gmail.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU853518b8c9a5: Merge remote-tracking branch 'upstream/stable'
Branches
Unknown
Tags
Unknown

Event Timeline

Rob Reynolds <ferventcoder@gmail.com> committed rPU8eaa3b094622: (PUP-2100) Use AddAccessDeniedAceEx for inheritance (authored by Rob Reynolds <ferventcoder@gmail.com>).Mar 31 2014, 8:37 PM