jdk-24/test/jdk/java/rmi/server/clientStackTrace/security.policy
Stuart Marks 7c85f3510c 8267123: Remove RMI Activation
Reviewed-by: erikj, rriggs, alanb
2021-05-27 15:19:45 +00:00

9 lines
201 B
Plaintext

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