blob: 85bc0d0fb51f23eea23c226cb8a1f7f79af92901 [file] [log] [blame]
// 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";
};