4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
grant {
|
||
|
permission java.io.FilePermission "<<ALL FILES>>","read,write,delete";
|
||
|
};
|