Skip to content

Commit

Permalink
Allow reading of /proc/meminfo for JDK bug workaround (#68742) (#68847)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann committed Feb 10, 2021
1 parent e339d05 commit 5e1a7ae
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -153,4 +153,6 @@ grant {
permission java.io.FilePermission "/sys/fs/cgroup/memory", "read";
permission java.io.FilePermission "/sys/fs/cgroup/memory/-", "read";

// system memory on Linux systems affected by JDK bug (#66629)
permission java.io.FilePermission "/proc/meminfo", "read";
};

0 comments on commit 5e1a7ae

Please sign in to comment.