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