Skip to content

Commit

Permalink
userfile(s) you nimrod!
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Nov 19, 2024
1 parent a5a1f19 commit d8904ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/testing/randomization/policies/solr-tests.policy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ grant {

// Needed by org.apache.solr.handler.component.UBIComponentTest
permission java.io.FilePermission "${common-solr.dir}/core/build/resources/test/solr/userfiles/ubi_queries.jsonl", "write";
permission java.io.FilePermission "/tmp/src/solr/solr/core/build/resources/test/solr/userfile", "write";
permission java.io.FilePermission "/tmp/src/solr/solr/core/build/resources/test/solr/userfiles${/}-", "write";

permission java.nio.file.LinkPermission "hard";

Expand Down

0 comments on commit d8904ff

Please sign in to comment.