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/tools/jjs/sysprops.policy
author
sundar
Mon, 21 Dec 2015 09:40:00 +0530
changeset 34721
59801fbd042e
permissions
-rw-r--r--
8145750: jjs fails to run simple scripts with security manager turned on Reviewed-by: hannesw, alanb
grant {
permission java.util.PropertyPermission "*", "read";
};