Path: blob/master/test/jdk/java/nio/file/Files/walkFileTree/grantAll.policy
51574 views
// 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";
};