risdenk commented on code in PR #1857:
URL: https://github.com/apache/solr/pull/1857#discussion_r1301997757


##########
solr/server/etc/security.policy:
##########
@@ -191,6 +191,12 @@ grant {
   permission java.io.FilePermission "${solr.jetty.truststore}", 
"read,write,delete,readlink";
   permission java.io.FilePermission "${solr.jetty.truststore}${/}-", 
"read,write,delete,readlink";
 
+  permission java.io.FilePermission "${javax.net.ssl.keyStore}", 
"read,write,delete,readlink";

Review Comment:
   is write and delete needed? I'm assuming no and only read is needed.
   
   I also don't know if the `/` directory version is needed. Isn't 
`javax.net.ssl.*Store` going to point directly to the file in question?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to