jdk-24/test/jdk/java/rmi/server/clientStackTrace/security.policy

9 lines
217 B
Plaintext
Raw Normal View History

2007-12-01 00:00:00 +00:00
/*
* security policy used by the test process
*/
grant {
// test needs to export rmid and communicate with objects on arbitrary ports
permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
};