jdk/src/share/lib/security/java.security-windows
changeset 3448 1ccef37a150f
parent 2 90ce3da70b43
child 3492 e549cea58864
equal deleted inserted replaced
3447:7d593a130994 3448:1ccef37a150f
   126 # List of comma-separated packages that start with or equal this string
   126 # List of comma-separated packages that start with or equal this string
   127 # will cause a security exception to be thrown when
   127 # will cause a security exception to be thrown when
   128 # passed to checkPackageAccess unless the
   128 # passed to checkPackageAccess unless the
   129 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   129 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   130 # been granted.
   130 # been granted.
   131 package.access=sun.
   131 package.access=sun.,com.sun.imageio.
   132 
   132 
   133 #
   133 #
   134 # List of comma-separated packages that start with or equal this string
   134 # List of comma-separated packages that start with or equal this string
   135 # will cause a security exception to be thrown when
   135 # will cause a security exception to be thrown when
   136 # passed to checkPackageDefinition unless the
   136 # passed to checkPackageDefinition unless the