Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp	(revision 29357)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp	(revision 29358)
@@ -193,5 +193,5 @@
 
     /* Get a list of all the modules in this process. */
-    hProcess = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ,
+    hProcess = OpenProcess(PROCESS_QUERY_INFORMATION,
                            FALSE /* no child process handle inheritance */, dwProcessId);
     if (hProcess == NULL)
