jdk/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.policy
author skovalev
Thu, 15 Sep 2016 13:03:03 +0300
changeset 40975 680639c9b307
parent 35379 1e8e336ef66b
permissions -rw-r--r--
8165689: Fix module dependencies for sun/security/pkcs11/* tests 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.util.PropertyPermission "seed", "read";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     4
};