You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2019/12/04 04:13:25 UTC

[lucene-solr] branch branch_8x updated: SOLR-14001: fix HDFS jaas on 32bit, unix, old jdk, etc

This is an automated email from the ASF dual-hosted git repository.

rmuir pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 57cce89  SOLR-14001: fix HDFS jaas on 32bit, unix, old jdk, etc
57cce89 is described below

commit 57cce89397e74bc5bec5065343c02dc6b45d6c93
Author: Robert Muir <rm...@apache.org>
AuthorDate: Tue Dec 3 23:12:27 2019 -0500

    SOLR-14001: fix HDFS jaas on 32bit, unix, old jdk, etc
---
 lucene/tools/junit4/solr-tests.policy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/tools/junit4/solr-tests.policy b/lucene/tools/junit4/solr-tests.policy
index 8140ddb..c9bb1f2 100644
--- a/lucene/tools/junit4/solr-tests.policy
+++ b/lucene/tools/junit4/solr-tests.policy
@@ -79,6 +79,8 @@ grant {
   permission java.lang.RuntimePermission "getFileSystemAttributes";
   // needed by hadoop auth (TODO: there is a cleaner way to handle this)
   permission java.lang.RuntimePermission "loadLibrary.jaas";
+  permission java.lang.RuntimePermission "loadLibrary.jaas_unix";
+  permission java.lang.RuntimePermission "loadLibrary.jaas_nt";
   // needed by hadoop hdfs
   permission java.lang.RuntimePermission "readFileDescriptor";
   permission java.lang.RuntimePermission "writeFileDescriptor";