Path: blob/jdk8u272-b10-aarch32-20201026/jdk/test/java/nio/file/WatchService/grantDirAndTree.policy
48795 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";
};