blob: 2913666a0ee44f3ca39171913f78e2d4bf812c97 [file] [log] [blame]
/*
* security policy used by the test process
*/
grant {
// test needs to export rmid and communicate with objects on arbitrary ports
permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
};