Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/java/rmi/dgc/dgcImplInsulation/security.policy
41153 views
/*
 * security policy used by the test process
 */
grant {
  // so that synchronous DGC dirty call will succeed
  permission java.net.SocketPermission "*:1024-", "accept,connect,listen";
};