jdk/src/share/lib/security/java.security-linux
changeset 18828 f3678823f231
parent 18287 47cb0bfa2f0d
child 19385 a7b34a4b1fcb
child 22300 d669110735f4
equal deleted inserted replaced
18827:ecbd9c8bef12 18828:f3678823f231
   175 # will cause a security exception to be thrown when
   175 # will cause a security exception to be thrown when
   176 # passed to checkPackageAccess unless the
   176 # passed to checkPackageAccess unless the
   177 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   177 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   178 # been granted.
   178 # been granted.
   179 package.access=sun.,\
   179 package.access=sun.,\
   180                com.sun.corba.se.impl.,\
       
   181                com.sun.xml.internal.,\
   180                com.sun.xml.internal.,\
   182                com.sun.imageio.,\
   181                com.sun.imageio.,\
   183                com.sun.istack.internal.,\
   182                com.sun.istack.internal.,\
   184                com.sun.jmx.,\
   183                com.sun.jmx.,\
   185                com.sun.proxy.,\
   184                com.sun.proxy.,\
   220 #
   219 #
   221 # by default, none of the class loaders supplied with the JDK call
   220 # by default, none of the class loaders supplied with the JDK call
   222 # checkPackageDefinition.
   221 # checkPackageDefinition.
   223 #
   222 #
   224 package.definition=sun.,\
   223 package.definition=sun.,\
   225                    com.sun.corba.se.impl.,\
       
   226                    com.sun.xml.internal.,\
   224                    com.sun.xml.internal.,\
   227                    com.sun.imageio.,\
   225                    com.sun.imageio.,\
   228                    com.sun.istack.internal.,\
   226                    com.sun.istack.internal.,\
   229                    com.sun.jmx.,\
   227                    com.sun.jmx.,\
   230                    com.sun.proxy.,\
   228                    com.sun.proxy.,\