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


##########
gradle/testing/randomization/policies/solr-tests.policy:
##########
@@ -250,6 +252,8 @@ grant {
 
   // expanded to a wildcard if set, allows all networking everywhere
   permission java.net.SocketPermission "${solr.internal.network.permission}", 
"accept,listen,connect,resolve";
+
+  permission java.io.FilePermission "${java.home}${/}-", "execute";

Review Comment:
   Added a few extra policy lines to allow execution of `wmic.exe`.



-- 
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