jdk/src/share/lib/security/java.security
changeset 13035 27b066eebe1f
parent 8769 728aa3db9869
child 13042 44d134b0557e
equal deleted inserted replaced
11901:d7f004398a91 13035:27b066eebe1f
   130 # will cause a security exception to be thrown when
   130 # will cause a security exception to be thrown when
   131 # passed to checkPackageDefinition unless the
   131 # passed to checkPackageDefinition unless the
   132 # corresponding RuntimePermission ("defineClassInPackage."+package) has
   132 # corresponding RuntimePermission ("defineClassInPackage."+package) has
   133 # been granted.
   133 # been granted.
   134 #
   134 #
   135 # by default, no packages are restricted for definition, and none of
   135 # by default, none of the class loaders supplied with the JDK call
   136 # the class loaders supplied with the JDK call checkPackageDefinition.
   136 # checkPackageDefinition.
   137 #
   137 #
   138 #package.definition=
   138 package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
   139 
   139 
   140 #
   140 #
   141 # Determines whether this properties file can be appended to
   141 # Determines whether this properties file can be appended to
   142 # or overridden on the command line via -Djava.security.properties
   142 # or overridden on the command line via -Djava.security.properties
   143 #
   143 #