2017-09-12 19:03:39 +02:00

9 lines
217 B
Plaintext

/*
* 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";
};