jdk-24/test/jdk/java/lang/invoke/8076596/Test8076596.security.policy

9 lines
167 B
Plaintext
Raw Normal View History

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