4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
grant {
|
||
|
permission java.net.SocketPermission "localhost:0", "listen";
|
||
|
};
|