jdk/test/sun/security/pkcs11/policy
author mchung
Wed, 14 Dec 2016 10:51:13 -0800
changeset 42693 6645de32a866
parent 35379 1e8e336ef66b
permissions -rw-r--r--
8171201: Drop java.compact$N aggregator modules 8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters Reviewed-by: alanb, erikj
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
};