Skip to content

Commit

Permalink
Remove HDFS specific permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 16, 2025
1 parent 8e3fabc commit 47c08ee
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 @@ -109,9 +109,6 @@ grant {
permission java.lang.RuntimePermission "loadLibrary.jaas_nt";
// needed by hadoop common RawLocalFileSystem for java nio getOwner
permission java.lang.RuntimePermission "accessUserInformation";
// needed by hadoop hdfs
permission java.lang.RuntimePermission "readFileDescriptor";
permission java.lang.RuntimePermission "writeFileDescriptor";
// needed by hadoop http
permission java.lang.RuntimePermission "getProtectionDomain";
// SolrProcessMgr to list processes
Expand Down

0 comments on commit 47c08ee

Please sign in to comment.