jdk/test/javax/imageio/CachePremissionsTest/w.policy
author bae
Mon, 15 Jun 2009 17:19:33 +0400
changeset 3014 85cbc1221cc0
permissions -rw-r--r--
6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system Reviewed-by: igor, prr
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
};