jdk/src/share/lib/security/java.security-solaris
changeset 22339 e91bfaf4360d
parent 22333 8af4eeeb9fa7
child 22341 4689530d03b9
--- a/jdk/src/share/lib/security/java.security-solaris	Thu Oct 24 10:02:26 2013 -0700
+++ b/jdk/src/share/lib/security/java.security-solaris	Thu Oct 24 20:39:21 2013 +0100
@@ -497,3 +497,20 @@
 # Example:
 #   jdk.tls.disabledAlgorithms=MD5, SHA1, DSA, RSA keySize < 2048
 
+
+#
+# Default ephemeral port ranges (operating system specific)
+# used by java.net.SocketPermission to interpret the meaning of the special
+# port value zero, as in the following example:
+#
+#        SocketPermission("localhost:0" , "listen");
+#
+# These can be overridden by the system properties:
+#
+#       jdk.net.ephemeralPortRange.low and
+#       jdk.net.ephemeralPortRange.high
+#
+# respectively.
+#
+network.ephemeralPortRange.low=32768
+network.ephemeralPortRange.high=65535