jdk/test/java/lang/invoke/jtreg.security.policy
author lana
Thu, 26 Dec 2013 12:04:16 -0800
changeset 23010 6dadb192ad81
parent 19804 83170920c07b
permissions -rw-r--r--
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar

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