Skip to content

Commit

Permalink
Remove reflection permission for sun.management.
Browse files Browse the repository at this point in the history
This is no longer needed after elastic#10553
  • Loading branch information
rmuir committed Apr 28, 2015
1 parent f599c23 commit c9ccfb6
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -95,8 +95,6 @@ grant {
permission java.lang.RuntimePermission "accessClassInPackage.sun.nio.ch";
// needed by groovy engine
permission java.lang.RuntimePermission "accessClassInPackage.sun.reflect";
// needed to get file descriptor statistics
permission java.lang.RuntimePermission "accessClassInPackage.sun.management";

permission java.lang.RuntimePermission "accessDeclaredMembers";
permission java.lang.RuntimePermission "getStackTrace";
Expand Down

0 comments on commit c9ccfb6

Please sign in to comment.