Skip to content

Commit

Permalink
remove another unnecessary permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuir committed May 4, 2015
1 parent fc54ff5 commit 3a89b99
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ grant {
// needed for natives calls
permission java.lang.RuntimePermission "loadLibrary.*";

// needed for testing access rules etc
permission java.lang.RuntimePermission "createSecurityManager";

// reflection hacks:
// needed for Striped64 (what is this doing), also enables unmap hack
permission java.lang.RuntimePermission "accessClassInPackage.sun.misc";
Expand Down

0 comments on commit 3a89b99

Please sign in to comment.