4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
grant {
|
||
|
permission java.io.FilePermission "${java.home}/-", "read";
|
||
|
};
|