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