janhoy commented on code in PR #2712:
URL: https://github.com/apache/solr/pull/2712#discussion_r1803388476


##########
solr/server/etc/security.policy:
##########
@@ -228,4 +228,7 @@ grant {
 
   // expanded to a wildcard if set, allows all networking everywhere
   permission java.net.SocketPermission "${solr.internal.network.permission}", 
"accept,listen,connect,resolve";
+
+  // Used by SolrProcessManager to find commandLine of a running Windows 
process
+  permission java.io.FilePermission "C:\\Windows\\*\\wmic.exe", "execute";

Review Comment:
   Thinking about it, since status tool is only used from CLI and not from Solr 
server, we don't need this permission, since CLI runs without security mgr. 
I'll remove this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to