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

5 lines
131 B
Plaintext
Raw Normal View History

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