030a13d8fe
4313887: New I/O: Improved filesystem interface 4607272: New I/O: Support asynchronous I/O Reviewed-by: sherman, chegar
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
// 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";
|
|
};
|