jdk-24/jdk/test/java/rmi/dgc/dgcImplInsulation/security.policy
Valerie Peng efa54ce543 8043406: Change default policy for JCE providers to run with as few privileges as possible
Provide default permissions for crypto providers

Reviewed-by: mullan, vinnie
2014-07-10 22:44:58 +00:00

8 lines
190 B
Plaintext

/*
* security policy used by the test process
*/
grant {
// so that synchronous DGC dirty call will succeed
permission java.net.SocketPermission "*:1024-", "accept,connect,listen";
};