jdk/test/javax/imageio/CachePremissionsTest/rw.policy
author dbuck
Tue, 18 Aug 2015 04:29:28 -0700
changeset 32417 6859107fc6c3
parent 3014 85cbc1221cc0
permissions -rw-r--r--
8133666: OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux Reviewed-by: sla, mgronlun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3014
85cbc1221cc0 6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system
bae
parents:
diff changeset
     1
grant {
85cbc1221cc0 6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system
bae
parents:
diff changeset
     2
      permission java.util.PropertyPermission "test.classes", "read";
85cbc1221cc0 6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system
bae
parents:
diff changeset
     3
      permission java.util.PropertyPermission "java.io.tmpdir", "read";
85cbc1221cc0 6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system
bae
parents:
diff changeset
     4
      permission java.io.FilePermission "${java.io.tmpdir}${/}*", "read, write";
85cbc1221cc0 6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system
bae
parents:
diff changeset
     5
};