mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SERVICES]
Fix the GENERIC_ALL access rights mapping for service handles. svn path=/trunk/; revision=53220
This commit is contained in:
@@ -91,7 +91,7 @@ static GENERIC_MAPPING
|
||||
ScmServiceMapping = {SERVICE_READ,
|
||||
SERVICE_WRITE,
|
||||
SERVICE_EXECUTE,
|
||||
SC_MANAGER_ALL_ACCESS};
|
||||
SERVICE_ALL_ACCESS};
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user