jdk/src/share/lib/security/java.security-solaris
changeset 18138 02cb2d482ed0
parent 16920 d062d91d9dec
child 18253 4323a5fe8bc4
equal deleted inserted replaced
18137:264000e285e9 18138:02cb2d482ed0
   177 # will cause a security exception to be thrown when
   177 # will cause a security exception to be thrown when
   178 # passed to checkPackageAccess unless the
   178 # passed to checkPackageAccess unless the
   179 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   179 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   180 # been granted.
   180 # been granted.
   181 package.access=sun.,\
   181 package.access=sun.,\
       
   182                com.sun.corba.se.impl.,\
   182                com.sun.xml.internal.,\
   183                com.sun.xml.internal.,\
   183                com.sun.imageio.,\
   184                com.sun.imageio.,\
   184                com.sun.istack.internal.,\
   185                com.sun.istack.internal.,\
   185                com.sun.jmx.,\
   186                com.sun.jmx.,\
   186                com.sun.proxy.,\
   187                com.sun.proxy.,\
   217 #
   218 #
   218 # by default, none of the class loaders supplied with the JDK call
   219 # by default, none of the class loaders supplied with the JDK call
   219 # checkPackageDefinition.
   220 # checkPackageDefinition.
   220 #
   221 #
   221 package.definition=sun.,\
   222 package.definition=sun.,\
       
   223                    com.sun.corba.se.impl.,\
   222                    com.sun.xml.internal.,\
   224                    com.sun.xml.internal.,\
   223                    com.sun.imageio.,\
   225                    com.sun.imageio.,\
   224                    com.sun.istack.internal.,\
   226                    com.sun.istack.internal.,\
   225                    com.sun.jmx.,\
   227                    com.sun.jmx.,\
   226                    com.sun.proxy.,\
   228                    com.sun.proxy.,\