jdk/test/java/lang/invoke/jtreg.security.policy
author alanb
Fri, 10 Feb 2017 09:04:39 +0000
changeset 43712 5dfd0950317c
parent 19804 83170920c07b
permissions -rw-r--r--
8173393: Module system implementation refresh (2/2017) Reviewed-by: dfuchs, psandoz, mchung, alanb Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, claes.redestad@oracle.com, alex.buckley@oracle.com, mark.reinhold@oracle.com, john.r.rose@oracle.com

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