--- /dev/null 2015-07-13 16:50:17.000000000 -0500 +++ new/test/jdk.accessibility/com/sun/java/accessibility/util/8051626/jtreg.security.policy 2015-07-13 16:50:16.317325400 -0500 @@ -0,0 +1,8 @@ +/** + * Allow file reads so that jtreg can execute the test. + */ +grant { + // standard test activation permissions + permission java.io.FilePermission "*", "read"; +}; +