3789983e89
Reviewed-by: darcy, ihse
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
// policy file that grants read access to source directory and all descendants
|
|
grant {
|
|
permission java.io.FilePermission "${test.src}", "read";
|
|
permission java.io.FilePermission "${test.src}${file.separator}-", "read";
|
|
};
|