2007-12-01 00:00:00 +00:00
|
|
|
/*
|
|
|
|
* security policy used by the test process
|
|
|
|
*/
|
|
|
|
|
|
|
|
grant {
|
2021-05-27 15:19:45 +00:00
|
|
|
// test needs to communicate with objects on arbitrary ports
|
2007-12-01 00:00:00 +00:00
|
|
|
permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
|
|
|
|
};
|