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