9 lines
198 B
Plaintext
Raw Normal View History

2007-12-01 00:00:00 +00:00
/*
* security policy used by activation groups.
*/
grant {
// test needs to communicate with the activation system
permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
};