1//
2//
3// 
4// Used by unit tests for System.inheritedChannel() method. This policy
5// file allows a service to obtain the inherited channel and additionally
6// allows the service to report a test result over a socket connection.
7//
8grant {
9    permission java.lang.RuntimePermission "inheritedChannel";
10    permission java.net.SocketPermission "*:1024-", "resolve,connect";
11};
12