Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8168078

Remove permission to read all system properties granted to the jdk.crypto.ec module

XMLWordPrintable

    • b142
    • Verified

      Remove the following permission granted by default to the jdk.crypto.ec module:

      grant codeBase "jrt:/jdk.crypto.ec" {
          ...
          permission java.util.PropertyPermission "*", "read";
          ...
      }

      The jdk.crypto.ec module does not read any system properties and does not need to be granted this permission.

            mullan Sean Mullan
            mullan Sean Mullan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: