7c85f3510c
Reviewed-by: erikj, rriggs, alanb
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
/*
|
|
* security policy used by the test process
|
|
*/
|
|
|
|
grant {
|
|
// test needs to communicate with objects on arbitrary ports
|
|
permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
|
|
};
|