blob: ce2fdaf45df08e7f4e354717cf4d6663758dd7a3 [file] [log] [blame]
/*
* security policy used by test activation groups
*/
grant {
// test needs to communicate with the activation system
permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
};