Path: blob/jdk8u272-b10-aarch32-20201026/jdk/test/java/rmi/dgc/dgcImplInsulation/security.policy
83405 views
/*
* security policy used by the test process
*/
grant codeBase "file:${java.home}/lib/ext/*" {
permission java.security.AllPermission;
};
grant {
// so that synchronous DGC dirty call will succeed
permission java.net.SocketPermission "*:1024-", "accept,connect,listen";
};