mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 08:28:27 +00:00
6711509: PolicyTool is misspelling Runtime permission - 'setSecurityManager' entry in the policy file
Reviewed-by: wetmore, mullan
This commit is contained in:
parent
827a788dfc
commit
afdf0ae0a0
@ -4104,7 +4104,7 @@ class RuntimePerm extends Perm {
|
||||
"getClassLoader",
|
||||
"setContextClassLoader",
|
||||
"enableContextClassLoaderOverride",
|
||||
"setSecurityManage",
|
||||
"setSecurityManager",
|
||||
"createSecurityManager",
|
||||
"getenv.<" +
|
||||
PolicyTool.rb.getString("environment variable name") + ">",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user