3789983e89
Reviewed-by: darcy, ihse
9 lines
167 B
Plaintext
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";
|
|
};
|