jdk-24/test/jdk/java/nio/file/WatchService/grantDirAndTree.policy

6 lines
230 B
Plaintext
Raw Normal View History

// 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";
};