Skip to content

Commit

Permalink
Update intellij security policy for later versions of IDEA (elastic#8…
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored Mar 4, 2022
1 parent 1eca666 commit 6855fda
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ grant codeBase "${codebase.junit-rt.jar}" {
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
};


grant codeBase "${codebase.idea_rt.jar}" {
// allows IntelliJ IDEA JUnit test runner to control number of test iterations
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
};

0 comments on commit 6855fda

Please sign in to comment.