1 /**
   2  * Allow file reads so that jtreg can execute the test.
   3  */
   4 grant {
   5   // standard test activation permissions
   6   permission java.io.FilePermission "*", "read";
   7 };
   8