1/*
2 * Security policy used by the Test8076596.
3 * Must allow file reads so that jtreg itself can run.
4 */
5
6grant {
7  permission java.io.FilePermission "*", "read";
8};
9