jdk-24/test/jdk/java/lang/invoke/8076596/Test8076596.security.policy
2017-09-12 19:03:39 +02:00

9 lines
167 B
Plaintext

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