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


##########
solr/server/etc/security.policy:
##########
@@ -219,6 +219,9 @@ grant {
   permission java.io.FilePermission "${solr.allowPaths}", 
"read,write,delete,readlink";
   permission java.io.FilePermission "${solr.allowPaths}${/}-", 
"read,write,delete,readlink";
 
+  permission java.io.FilePermission "${solr.sharedLib}", "read,readlink";

Review Comment:
   Note that `solr.sharedLib` may contain a comma separated list of paths, 
which may not be supported in policy files. Is there a way to define policy 
programmatically?



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