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