test/jdk/javax/sound/sampled/AudioSystem/DefaultProperties/negative.policy
author serb
Tue, 29 May 2018 11:22:21 -0700
changeset 50349 b3a654c6fbcc
permissions -rw-r--r--
8201279: javax.sound tests should not set java.home system property Reviewed-by: prr, rriggs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50349
b3a654c6fbcc 8201279: javax.sound tests should not set java.home system property
serb
parents:
diff changeset
     1
grant {
b3a654c6fbcc 8201279: javax.sound tests should not set java.home system property
serb
parents:
diff changeset
     2
    permission java.util.PropertyPermission "javax.sound.config.file", "write";
b3a654c6fbcc 8201279: javax.sound tests should not set java.home system property
serb
parents:
diff changeset
     3
    permission java.util.PropertyPermission "test.src", "read";
b3a654c6fbcc 8201279: javax.sound tests should not set java.home system property
serb
parents:
diff changeset
     4
    permission java.lang.RuntimePermission "accessClassInPackage.com.sun.media.sound";
b3a654c6fbcc 8201279: javax.sound tests should not set java.home system property
serb
parents:
diff changeset
     5
};