6845220: Need to update Policytool for Rowset 1.1 and JDBC 4.1 MR added permissions

Reviewed-by: lancea
This commit is contained in:
Weijun Wang 2010-09-13 09:32:36 +08:00
parent ea6a45ae32
commit 4c7ea63262

View File

@ -4231,7 +4231,10 @@ class SQLPerm extends Perm {
super("SQLPermission",
"java.sql.SQLPermission",
new String[] {
"setLog"
"setLog",
"callAbort",
"setSyncFactory",
"setNetworkTimeout",
},
null);
}