jdk/test/javax/imageio/CachePremissionsTest/w.policy
author prr
Thu, 18 Dec 2014 10:45:45 -0800
changeset 29908 83e2c403fefd
parent 3014 85cbc1221cc0
permissions -rw-r--r--
8067050: Better font consistency checking Reviewed-by: bae, srl, mschoene
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}${/}*", "write";
85cbc1221cc0 6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system
bae
parents:
diff changeset
     5
};