dsmiley commented on code in PR #2172:
URL: https://github.com/apache/solr/pull/2172#discussion_r1441384176
##########
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:
Furthermore, in a containerized world, thus with lots of read-only parts of
the file system except for "/var", the point of enforcing file system checks in
production via a security manager feels overly redundant -- too much of a pain
to maintain.
--
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]