Mercurial
Mercurial
>
jdk-sandbox
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
jdk/test/java/security/Security/AddProvider.policy.1
author
valeriep
Thu, 10 Jul 2014 22:44:58 +0000
changeset 25408
27563093d2d2
parent 19193
103262cae675
permissions
-rw-r--r--
8043406: Change default policy for JCE providers to run with as few privileges as possible Summary: Provide default permissions for crypto providers Reviewed-by: mullan, vinnie
grant {
permission java.security.SecurityPermission "insertProvider";
};