summaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorNicholas Knize <nknize@gmail.com>2017-05-17 17:06:13 -0500
committerNicholas Knize <nknize@gmail.com>2017-05-19 10:20:55 -0500
commitdeb7caf4d3211aff31a583d721e5a4da6234dbf5 (patch)
tree21b1f9decd6a7592e6b3fa39728067815f504c03 /core/src/main/resources
parentd241c4898e5d5ab87284cc3b351989d26947b552 (diff)
Upgrade to lucene-7.0.0-snapshot-a0aef2f
This commit upgrades master to a current lucene snapshot with commit id a0aef2f.
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/org/elasticsearch/bootstrap/security.policy4
-rw-r--r--core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/resources/org/elasticsearch/bootstrap/security.policy b/core/src/main/resources/org/elasticsearch/bootstrap/security.policy
index 7b1dcd788c..f6ad88c957 100644
--- a/core/src/main/resources/org/elasticsearch/bootstrap/security.policy
+++ b/core/src/main/resources/org/elasticsearch/bootstrap/security.policy
@@ -31,7 +31,7 @@ grant codeBase "${codebase.securesm-1.1.jar}" {
//// Very special jar permissions:
//// These are dangerous permissions that we don't want to grant to everything.
-grant codeBase "${codebase.lucene-core-7.0.0-snapshot-89f6d17.jar}" {
+grant codeBase "${codebase.lucene-core-7.0.0-snapshot-a0aef2f.jar}" {
// needed to allow MMapDirectory's "unmap hack" (die unmap hack, die)
// java 8 package
permission java.lang.RuntimePermission "accessClassInPackage.sun.misc";
@@ -42,7 +42,7 @@ grant codeBase "${codebase.lucene-core-7.0.0-snapshot-89f6d17.jar}" {
permission java.lang.RuntimePermission "accessDeclaredMembers";
};
-grant codeBase "${codebase.lucene-misc-7.0.0-snapshot-89f6d17.jar}" {
+grant codeBase "${codebase.lucene-misc-7.0.0-snapshot-a0aef2f.jar}" {
// needed to allow shard shrinking to use hard-links if possible via lucenes HardlinkCopyDirectoryWrapper
permission java.nio.file.LinkPermission "hard";
};
diff --git a/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy b/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
index c7267715dc..9ac1909063 100644
--- a/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
+++ b/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
@@ -33,7 +33,7 @@ grant codeBase "${codebase.securemock-1.2.jar}" {
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
};
-grant codeBase "${codebase.lucene-test-framework-7.0.0-snapshot-89f6d17.jar}" {
+grant codeBase "${codebase.lucene-test-framework-7.0.0-snapshot-a0aef2f.jar}" {
// needed by RamUsageTester
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
// needed for testing hardlinks in StoreRecoveryTests since we install MockFS