1// policy file that grants read access to source directory
2grant {
3    permission java.io.FilePermission "${test.src}", "read";
4};
5