jdk/test/java/nio/file/WatchService/grantDirAndTree.policy
changeset 2057 3acf8e5e2ca0
equal deleted inserted replaced
2056:115e09b7a004 2057:3acf8e5e2ca0
       
     1 // policy file that grants read access to source directory and all descendants
       
     2 grant {
       
     3     permission java.io.FilePermission "${test.src}", "read";
       
     4     permission java.io.FilePermission "${test.src}${file.separator}-", "read";
       
     5 };