security.policy revision 10276:7f8294841146
1/*
2 * security policy used by the test process
3 */
4grant {
5  // so that synchronous DGC dirty call will succeed
6  permission java.net.SocketPermission "*:1024-", "accept,connect,listen";
7};
8