Path: blob/master/test/jdk/java/lang/invoke/7196190/jtreg.security.policy
41153 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"; };