0a735e76f6
Bind callers to caller-sensitive methods. Reviewed-by: twisti, jjh, vlivanov, ahgross
10 lines
208 B
Plaintext
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";
|
|
};
|