jdk/test/sun/security/pkcs11/policy
author erikj
Fri, 01 Apr 2016 17:08:43 +0200
changeset 36725 f458544b0d76
parent 35379 1e8e336ef66b
permissions -rw-r--r--
8153261: Clean up fix for JDK-8153217 Reviewed-by: tbell
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
};