jdk-24/jdk/test/java/lang/invoke/8076596/Test8076596.security.policy
2016-01-11 17:19:16 +01: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";
};