jdk/test/javax/imageio/CachePremissionsTest/w.policy
author cl
Mon, 22 Nov 2010 14:57:06 -0800
changeset 7313 bf80fbe83ce6
parent 3014 85cbc1221cc0
permissions -rw-r--r--
Added tag jdk7-b119 for changeset d45d466d6759
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
};