Skip to content

Commit

Permalink
FEAT : modif policy jstat
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Nov 29, 2024
1 parent c83f7fa commit 418bf92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/jstatd.all.policy
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
grant codebase "file:${java.home}/../lib/tools.jar" {
permission java.security.AllPermission;
};

grant {
permission java.util.PropertyPermission "java.rmi.server.ignoreSubClasses", "write";
};

0 comments on commit 418bf92

Please sign in to comment.