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:12:47 UTC

[lucene-solr] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit 8f6921d47be65593ae96fa174c8b6d401442493e
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";