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

10 lines
208 B
Plaintext

/*
* 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";
};