Skip to content

Commit

Permalink
FEAT : ajout règle jstat
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Nov 29, 2024
1 parent c458580 commit 0a127e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/jstatd.all.policy
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ grant codebase "file:${java.home}/../lib/tools.jar" {
grant {
permission java.util.PropertyPermission "java.rmi.server.ignoreSubClasses", "write";
permission java.util.PropertyPermission "sun.jvmstat.monitor.local", "read";
permission java.util.PropertyPermission "sun.jvmstat.monitor.remote", "read";
};

0 comments on commit 0a127e8

Please sign in to comment.