blob: 810baf41d4be51197ad3be7e04b48e5a31d363de [file] [log] [blame]
/*
* security policy used by the rmid process exec'ed by a running
* instance of the test.
*/
grant {
permission java.io.FilePermission "..${/}..${/}test.props", "read";
// test needs to communicate with the activation system
permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
};