janhoy commented on code in PR #2712: URL: https://github.com/apache/solr/pull/2712#discussion_r1802537974
########## gradle/testing/randomization/policies/solr-tests.policy: ########## @@ -109,6 +109,8 @@ grant { permission java.lang.RuntimePermission "writeFileDescriptor"; // needed by hadoop http permission java.lang.RuntimePermission "getProtectionDomain"; + // SolrProcessMgr to list processes + permission java.lang.RuntimePermission "manageProcess"; Review Comment: You're right. But since this targets 9.x, we still need it. When someone rips out security manager related stuff in main before the 10.0 release, this will be gone of course. But not right now.. -- 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