Path: blob/jdk8u272-b10-aarch32-20201026/jdk/test/java/nio/file/WatchService/grantDirAndOneLevel.policy
48795 views
// policy file that grants read access to source directory and its entries
grant {
permission java.io.FilePermission "${test.src}", "read";
permission java.io.FilePermission "${test.src}${file.separator}*", "read";
};