DescriptionMake event and mutexes created by SetupSingleton accessible to everyone.
Before this CL, a non-elevated installer could get an
ERROR_ACCESS_DENIED when calling CreateEvent/CreateMutex to obtain a
handle to an event/mutex that had already been created by an elevated
installer.
With this CL, SetupSingleton creates events and mutexes with
SECURITY_ATTRIBUTES that allow access to everyone. Calls to
CreateEvent/CreateMutex from SetupSingleton should no longer cause
an ERROR_ACCESS_DENIED, even if the event/mutex has already been
created by a installer running with a different access token.
BUG=650981
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (2 generated)
|