Last-Update: 2023-03-24
TestNG has added more configuration properties, allow them in the minimal policy
Gbp-Pq: Name update-permission-test.patch
permissions.add(new PropertyPermission("testng.mode.dryrun", "read"));
permissions.add(new PropertyPermission("testng.report.xml.name", "read"));
permissions.add(new PropertyPermission("testng.timezone", "read"));
+ permissions.add(new PropertyPermission("testng.default.verbose", "read"));
permissions.add(new ReflectPermission("suppressAccessChecks"));
permissions.add(new FilePermission("<<ALL FILES>>", "execute"));
}
permissions.add(new PropertyPermission("testng.mode.dryrun", "read"));
permissions.add(new PropertyPermission("testng.report.xml.name", "read"));
permissions.add(new PropertyPermission("testng.timezone", "read"));
+ permissions.add(new PropertyPermission("testng.default.verbose", "read"));
+ permissions.add(new PropertyPermission("testng.ignore.callback.skip", "read"));
permissions.add(new ReflectPermission("suppressAccessChecks"));
permissions.add(new FilePermission("<<ALL FILES>>",
"read, write, delete"));