test/jdk/sun/security/pkcs11/ec/policy
author xuelei
Mon, 29 Jul 2019 11:23:49 -0700
changeset 57585 b20a319fdd35
parent 47216 71c04702a3d5
permissions -rw-r--r--
8228742: Remove javax/net/ssl/SSLSocket/Tls13PacketSize.java from ProblemList Reviewed-by: mullan
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35379
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     1
grant {
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     2
    permission java.lang.RuntimePermission "setSecurityManager";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     3
    permission java.security.SecurityPermission "insertProvider.*";   
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     4
    permission java.security.SecurityPermission "removeProvider.*";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     5
    permission java.io.FilePermission "${test.src}/-", "read";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     6
    permission java.io.FilePermission "${closed.base}/-", "read";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     7
};