Skip to content

Commit

Permalink
Add perm
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 6, 2024
1 parent 83edcbc commit 2974e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/plugin-metadata/plugin-security.policy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
grant {
// needed to find the classloader to load allowlisted classes.
permission java.lang.RuntimePermission "createClassLoader";
permission java.lang.RuntimePermission "setContextClassLoader";
permission java.lang.RuntimePermission "getClassLoader";

permission java.net.SocketPermission "*", "connect,resolve";
Expand Down

0 comments on commit 2974e63

Please sign in to comment.