jdk/src/share/lib/security/java.security-macosx

Print this page
rev 5726 : 8006864: Update java.security-linux to include changes in java.security
Reviewed-by: mullan, mchung

*** 122,132 **** # List of comma-separated packages that start with or equal this string # will cause a security exception to be thrown when # passed to checkPackageAccess unless the # corresponding RuntimePermission ("accessClassInPackage."+package) has # been granted. ! package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,apple.,oracle.jrockit.jfr. # # List of comma-separated packages that start with or equal this string # will cause a security exception to be thrown when # passed to checkPackageDefinition unless the --- 122,145 ---- # List of comma-separated packages that start with or equal this string # will cause a security exception to be thrown when # passed to checkPackageAccess unless the # corresponding RuntimePermission ("accessClassInPackage."+package) has # been granted. ! package.access=sun.,\ ! com.sun.xml.internal.bind.,\ ! com.sun.xml.internal.org.jvnet.staxex.,\ ! com.sun.xml.internal.ws.,\ ! com.sun.imageio.,\ ! com.sun.istack.internal.,\ ! com.sun.jmx.defaults.,\ ! com.sun.jmx.remote.util.,\ ! com.sun.org.apache.xerces.internal.utils.,\ ! com.sun.org.apache.xalan.internal.utils.,\ ! com.sun.org.glassfish.external.,\ ! com.sun.org.glassfish.gmbal.,\ ! oracle.jrockit.jfr.,\ ! apple. # # List of comma-separated packages that start with or equal this string # will cause a security exception to be thrown when # passed to checkPackageDefinition unless the
*** 134,144 **** # been granted. # # by default, none of the class loaders supplied with the JDK call # checkPackageDefinition. # ! package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,apple.,oracle.jrockit.jfr. # # Determines whether this properties file can be appended to # or overridden on the command line via -Djava.security.properties # --- 147,170 ---- # been granted. # # by default, none of the class loaders supplied with the JDK call # checkPackageDefinition. # ! package.definition=sun.,\ ! com.sun.xml.internal.bind.,\ ! com.sun.xml.internal.org.jvnet.staxex.,\ ! com.sun.xml.internal.ws.,\ ! com.sun.imageio.,\ ! com.sun.istack.internal.,\ ! com.sun.jmx.defaults.,\ ! com.sun.jmx.remote.util.,\ ! com.sun.org.apache.xerces.internal.utils.,\ ! com.sun.org.apache.xalan.internal.utils.,\ ! com.sun.org.glassfish.external.,\ ! com.sun.org.glassfish.gmbal.,\ ! oracle.jrockit.jfr.,\ ! apple. # # Determines whether this properties file can be appended to # or overridden on the command line via -Djava.security.properties #