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