Sign in
code
/
edge
/
openjdk
/
master
/
.
/
jdk
/
test
/
java
/
nio
/
file
/
Files
/
walkFileTree
/
grantTopOnly.policy
blob: fca1539416feb5a502dfacbff39fe0bc7e14a763 [
file
] [
log
] [
blame
]
// policy file that grants read access to source directory
grant
{
permission java
.
io
.
FilePermission
"${test.src}"
,
"read"
;
};