Skip to content

Commit

Permalink
Remove permissions that are only required by hdfs, since removed
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 18, 2025
1 parent c7c9b7b commit 9a15d14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gradle/testing/randomization/policies/solr-tests.policy
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ grant {
permission javax.security.auth.AuthPermission "getLoginConfiguration";
permission javax.security.auth.AuthPermission "setLoginConfiguration";

// needed by hadoop security
//permission java.security.SecurityPermission "putProviderProperty.SaslPlainServer";

// needed by benchmark
permission java.security.SecurityPermission "insertProvider";

Expand Down

0 comments on commit 9a15d14

Please sign in to comment.