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