[ros-diffs] [ekohl] 53220: [SERVICES] Fix the GENERIC_ALL access rights mapping for service handles.

ekohl at svn.reactos.org ekohl at svn.reactos.org
Sun Aug 14 08:54:02 UTC 2011


Author: ekohl
Date: Sun Aug 14 08:54:01 2011
New Revision: 53220

URL: http://svn.reactos.org/svn/reactos?rev=53220&view=rev
Log:
[SERVICES]
Fix the GENERIC_ALL access rights mapping for service handles.

Modified:
    trunk/reactos/base/system/services/rpcserver.c

Modified: trunk/reactos/base/system/services/rpcserver.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/services/rpcserver.c?rev=53220&r1=53219&r2=53220&view=diff
==============================================================================
--- trunk/reactos/base/system/services/rpcserver.c [iso-8859-1] (original)
+++ trunk/reactos/base/system/services/rpcserver.c [iso-8859-1] Sun Aug 14 08:54:01 2011
@@ -91,7 +91,7 @@
 ScmServiceMapping = {SERVICE_READ,
                      SERVICE_WRITE,
                      SERVICE_EXECUTE,
-                     SC_MANAGER_ALL_ACCESS};
+                     SERVICE_ALL_ACCESS};
 
 
 /* FUNCTIONS ***************************************************************/




More information about the Ros-diffs mailing list