src/share/lib/security/java.security-windows

Print this page




 108 # this feature.
 109 policy.allowSystemProperty=true
 110 
 111 # whether or not we look into the IdentityScope for trusted Identities
 112 # when encountering a 1.1 signed JAR file. If the identity is found
 113 # and is trusted, we grant it AllPermission.
 114 policy.ignoreIdentityScope=false
 115 
 116 #
 117 # Default keystore type.
 118 #
 119 keystore.type=jks
 120 
 121 #
 122 # List of comma-separated packages that start with or equal this string
 123 # will cause a security exception to be thrown when
 124 # passed to checkPackageAccess unless the
 125 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 126 # been granted.
 127 package.access=sun.,\
 128                com.sun.corba.se.impl.,\
 129                com.sun.xml.internal.,\
 130                com.sun.imageio.,\
 131                com.sun.istack.internal.,\
 132                com.sun.jmx.,\
 133                com.sun.proxy.,\
 134                com.sun.org.apache.bcel.internal.,\
 135                com.sun.org.apache.regexp.internal.,\
 136                com.sun.org.apache.xerces.internal.,\
 137                com.sun.org.apache.xpath.internal.,\
 138                com.sun.org.apache.xalan.internal.extensions.,\
 139                com.sun.org.apache.xalan.internal.lib.,\
 140                com.sun.org.apache.xalan.internal.res.,\
 141                com.sun.org.apache.xalan.internal.templates.,\
 142                com.sun.org.apache.xalan.internal.utils.,\
 143                com.sun.org.apache.xalan.internal.xslt.,\
 144                com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 145                com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 146                com.sun.org.apache.xalan.internal.xsltc.trax.,\
 147                com.sun.org.apache.xalan.internal.xsltc.util.,\
 148                com.sun.org.apache.xml.internal.res.,\
 149                com.sun.org.apache.xml.internal.serializer.utils.,\
 150                com.sun.org.apache.xml.internal.utils.,\
 151                com.sun.org.apache.xml.internal.security.,\
 152                com.sun.org.glassfish.,\
 153                org.jcp.xml.dsig.internal.,\
 154                com.sun.java.accessibility.,\
 155                oracle.jrockit.jfr.
 156 
 157 #
 158 # List of comma-separated packages that start with or equal this string
 159 # will cause a security exception to be thrown when
 160 # passed to checkPackageDefinition unless the
 161 # corresponding RuntimePermission ("defineClassInPackage."+package) has
 162 # been granted.
 163 #
 164 # by default, none of the class loaders supplied with the JDK call
 165 # checkPackageDefinition.
 166 #
 167 package.definition=sun.,\
 168                    com.sun.corba.se.impl.,\
 169                    com.sun.xml.internal.,\
 170                    com.sun.imageio.,\
 171                    com.sun.istack.internal.,\
 172                    com.sun.jmx.,\
 173                    com.sun.proxy.,\
 174                    com.sun.org.apache.bcel.internal.,\
 175                    com.sun.org.apache.regexp.internal.,\
 176                    com.sun.org.apache.xerces.internal.,\
 177                    com.sun.org.apache.xpath.internal.,\
 178                    com.sun.org.apache.xalan.internal.extensions.,\
 179                    com.sun.org.apache.xalan.internal.lib.,\
 180                    com.sun.org.apache.xalan.internal.res.,\
 181                    com.sun.org.apache.xalan.internal.templates.,\
 182                    com.sun.org.apache.xalan.internal.utils.,\
 183                    com.sun.org.apache.xalan.internal.xslt.,\
 184                    com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 185                    com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 186                    com.sun.org.apache.xalan.internal.xsltc.trax.,\
 187                    com.sun.org.apache.xalan.internal.xsltc.util.,\
 188                    com.sun.org.apache.xml.internal.res.,\




 108 # this feature.
 109 policy.allowSystemProperty=true
 110 
 111 # whether or not we look into the IdentityScope for trusted Identities
 112 # when encountering a 1.1 signed JAR file. If the identity is found
 113 # and is trusted, we grant it AllPermission.
 114 policy.ignoreIdentityScope=false
 115 
 116 #
 117 # Default keystore type.
 118 #
 119 keystore.type=jks
 120 
 121 #
 122 # List of comma-separated packages that start with or equal this string
 123 # will cause a security exception to be thrown when
 124 # passed to checkPackageAccess unless the
 125 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 126 # been granted.
 127 package.access=sun.,\

 128                com.sun.xml.internal.,\
 129                com.sun.imageio.,\
 130                com.sun.istack.internal.,\
 131                com.sun.jmx.,\
 132                com.sun.proxy.,\
 133                com.sun.org.apache.bcel.internal.,\
 134                com.sun.org.apache.regexp.internal.,\
 135                com.sun.org.apache.xerces.internal.,\
 136                com.sun.org.apache.xpath.internal.,\
 137                com.sun.org.apache.xalan.internal.extensions.,\
 138                com.sun.org.apache.xalan.internal.lib.,\
 139                com.sun.org.apache.xalan.internal.res.,\
 140                com.sun.org.apache.xalan.internal.templates.,\
 141                com.sun.org.apache.xalan.internal.utils.,\
 142                com.sun.org.apache.xalan.internal.xslt.,\
 143                com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 144                com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 145                com.sun.org.apache.xalan.internal.xsltc.trax.,\
 146                com.sun.org.apache.xalan.internal.xsltc.util.,\
 147                com.sun.org.apache.xml.internal.res.,\
 148                com.sun.org.apache.xml.internal.serializer.utils.,\
 149                com.sun.org.apache.xml.internal.utils.,\
 150                com.sun.org.apache.xml.internal.security.,\
 151                com.sun.org.glassfish.,\
 152                org.jcp.xml.dsig.internal.,\
 153                com.sun.java.accessibility.,\
 154                oracle.jrockit.jfr.
 155 
 156 #
 157 # List of comma-separated packages that start with or equal this string
 158 # will cause a security exception to be thrown when
 159 # passed to checkPackageDefinition unless the
 160 # corresponding RuntimePermission ("defineClassInPackage."+package) has
 161 # been granted.
 162 #
 163 # by default, none of the class loaders supplied with the JDK call
 164 # checkPackageDefinition.
 165 #
 166 package.definition=sun.,\

 167                    com.sun.xml.internal.,\
 168                    com.sun.imageio.,\
 169                    com.sun.istack.internal.,\
 170                    com.sun.jmx.,\
 171                    com.sun.proxy.,\
 172                    com.sun.org.apache.bcel.internal.,\
 173                    com.sun.org.apache.regexp.internal.,\
 174                    com.sun.org.apache.xerces.internal.,\
 175                    com.sun.org.apache.xpath.internal.,\
 176                    com.sun.org.apache.xalan.internal.extensions.,\
 177                    com.sun.org.apache.xalan.internal.lib.,\
 178                    com.sun.org.apache.xalan.internal.res.,\
 179                    com.sun.org.apache.xalan.internal.templates.,\
 180                    com.sun.org.apache.xalan.internal.utils.,\
 181                    com.sun.org.apache.xalan.internal.xslt.,\
 182                    com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 183                    com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 184                    com.sun.org.apache.xalan.internal.xsltc.trax.,\
 185                    com.sun.org.apache.xalan.internal.xsltc.util.,\
 186                    com.sun.org.apache.xml.internal.res.,\