blob: 8e04de2860558cb3782f858a3d65c2d6ecf1f431 [file] [log] [blame]
//
//
//
// Used by unit tests for System.inheritedChannel() method. This policy
// file allows doesn't grant the service the runtime permission needed
// to obtain the inherited channel but does grant the socket permission
// needed to report a test result over a socket connection.
//
grant {
permission java.net.SocketPermission "*:1024-", "resolve,connect";
};