eb68509b7d
Reviewed-by: mullan
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
grant {
|
|
permission java.util.PropertyPermission "test.src", "read";
|
|
permission java.util.PropertyPermission "file.separator", "read";
|
|
permission java.io.FilePermission "${test.src}/-", "read";
|
|
};
|