blob: fc7cf756fa8d8a88c84dda83751bbe7e9daac230 [file] [log] [blame]
//
//
//
// Used by unit tests for System.inheritedChannel() method. This policy
// file allows a service to obtain the inherited channel and additionally
// allows the service to report a test result over a socket connection.
//
grant {
permission java.lang.RuntimePermission "inheritedChannel";
permission java.net.SocketPermission "*:1024-", "resolve,connect";
};