grantTopOnly.policy 131 字节
Newer Older
1 2 3 4
// policy file that grants read access to source directory
grant {
    permission java.io.FilePermission "${test.src}", "read";
};