Add comment about added security permission

Original commit: elastic/x-pack-elasticsearch@0ef9337378
This commit is contained in:
Ryan Ernst 2016-05-21 15:19:12 -07:00
parent 09f6138b77
commit 7838304324
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ grant {
// to load the class with the application class loader
permission java.lang.RuntimePermission "setContextClassLoader";
permission java.lang.RuntimePermission "getClassLoader";
// TODO: remove use of this jar as soon as possible!!!!
permission java.lang.RuntimePermission "accessClassInPackage.com.sun.activation.registries";
// bouncy castle