blob: a7cd67a94c5d2856cc5d1f9e30e87fa67a830a6c [file] [log] [blame]
/*
* Security policy used by the Test8076596.
* Must allow file reads so that jtreg itself can run.
*/
grant {
permission java.io.FilePermission "*", "read";
};