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

8 lines
190 B
Plaintext

/*
* security policy used by the test process
*/
grant {
// so that synchronous DGC dirty call will succeed
permission java.net.SocketPermission "*:1024-", "accept,connect,listen";
};