Path: blob/aarch64-shenandoah-jdk8u272-b10/jdk/test/java/lang/invoke/jtreg.security.policy
48055 views
/*
* 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";
};