jdk/test/sun/security/pkcs11/Secmod/policy
author asmotrak
Tue, 26 Jan 2016 13:32:07 -0800
changeset 35379 1e8e336ef66b
permissions -rw-r--r--
8144539: Update PKCS11 tests to run with security manager Reviewed-by: valeriep, ascarpino
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.security.SecurityPermission "authProvider.*";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     3
    permission java.io.FilePermission "${test.src}/-", "read";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     4
    permission java.io.FilePermission "${pkcs11test.nss.db}/-", "read";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     5
    permission java.io.FilePermission "${pkcs11test.nss.libdir}/-", "read";
1e8e336ef66b 8144539: Update PKCS11 tests to run with security manager
asmotrak
parents:
diff changeset
     6
};