mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 22:05:31 +00:00
6845220: Need to update Policytool for Rowset 1.1 and JDBC 4.1 MR added permissions
Reviewed-by: lancea
This commit is contained in:
parent
ea6a45ae32
commit
4c7ea63262
@ -4231,7 +4231,10 @@ class SQLPerm extends Perm {
|
||||
super("SQLPermission",
|
||||
"java.sql.SQLPermission",
|
||||
new String[] {
|
||||
"setLog"
|
||||
"setLog",
|
||||
"callAbort",
|
||||
"setSyncFactory",
|
||||
"setNetworkTimeout",
|
||||
},
|
||||
null);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user