Skip to content

Commit

Permalink
Add grant codeBase bcprov
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Sep 5, 2023
1 parent fd3a143 commit 4c48d70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin-security.policy
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ grant {
grant codeBase "${codebase.netty-common}" {
permission java.lang.RuntimePermission "loadLibrary.*";
};

grant codeBase "${codebase.bcprov-jdk15to18}" {
permission java.security.SecurityPermission "putProviderProperty.BC";
permission java.security.SecurityPermission "insertProvider.BC";
permission java.security.SecurityPermission "removeProviderProperty.BC";
};

0 comments on commit 4c48d70

Please sign in to comment.