blob: d32c7af9b3f7d951d829919ddd8328d1ceff01a6 [file] [log] [blame]
/*
* security policy used by the test process
* must allow file reads so that jtreg itself can run
*/
grant {
// standard test activation permissions
permission java.io.FilePermission "*", "read";
};