8 lines
190 B
Plaintext
Raw Normal View History

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