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

Print this page




 161 # this feature.
 162 policy.allowSystemProperty=true
 163 
 164 # whether or not we look into the IdentityScope for trusted Identities
 165 # when encountering a 1.1 signed JAR file. If the identity is found
 166 # and is trusted, we grant it AllPermission.
 167 policy.ignoreIdentityScope=false
 168 
 169 #
 170 # Default keystore type.
 171 #
 172 keystore.type=jks
 173 
 174 #
 175 # List of comma-separated packages that start with or equal this string
 176 # will cause a security exception to be thrown when
 177 # passed to checkPackageAccess unless the
 178 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 179 # been granted.
 180 package.access=sun.,\

 181                com.sun.xml.internal.,\
 182                com.sun.imageio.,\
 183                com.sun.istack.internal.,\
 184                com.sun.jmx.,\
 185                com.sun.proxy.,\
 186                com.sun.org.apache.bcel.internal.,\
 187                com.sun.org.apache.regexp.internal.,\
 188                com.sun.org.apache.xerces.internal.,\
 189                com.sun.org.apache.xpath.internal.,\
 190                com.sun.org.apache.xalan.internal.extensions.,\
 191                com.sun.org.apache.xalan.internal.lib.,\
 192                com.sun.org.apache.xalan.internal.res.,\
 193                com.sun.org.apache.xalan.internal.templates.,\
 194                com.sun.org.apache.xalan.internal.utils.,\
 195                com.sun.org.apache.xalan.internal.xslt.,\
 196                com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 197                com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 198                com.sun.org.apache.xalan.internal.xsltc.trax.,\
 199                com.sun.org.apache.xalan.internal.xsltc.util.,\
 200                com.sun.org.apache.xml.internal.res.,\


 202                com.sun.org.apache.xml.internal.utils.,\
 203                com.sun.org.glassfish.,\
 204                com.oracle.xmlns.internal.,\
 205                com.oracle.webservices.internal.,\
 206                jdk.internal.,\
 207                jdk.nashorn.internal.,\
 208                jdk.nashorn.tools.,\
 209                apple.
 210 
 211 #
 212 # List of comma-separated packages that start with or equal this string
 213 # will cause a security exception to be thrown when
 214 # passed to checkPackageDefinition unless the
 215 # corresponding RuntimePermission ("defineClassInPackage."+package) has
 216 # been granted.
 217 #
 218 # by default, none of the class loaders supplied with the JDK call
 219 # checkPackageDefinition.
 220 #
 221 package.definition=sun.,\

 222                    com.sun.xml.internal.,\
 223                    com.sun.imageio.,\
 224                    com.sun.istack.internal.,\
 225                    com.sun.jmx.,\
 226                    com.sun.proxy.,\
 227                    com.sun.org.apache.bcel.internal.,\
 228                    com.sun.org.apache.regexp.internal.,\
 229                    com.sun.org.apache.xerces.internal.,\
 230                    com.sun.org.apache.xpath.internal.,\
 231                    com.sun.org.apache.xalan.internal.extensions.,\
 232                    com.sun.org.apache.xalan.internal.lib.,\
 233                    com.sun.org.apache.xalan.internal.res.,\
 234                    com.sun.org.apache.xalan.internal.templates.,\
 235                    com.sun.org.apache.xalan.internal.utils.,\
 236                    com.sun.org.apache.xalan.internal.xslt.,\
 237                    com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 238                    com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 239                    com.sun.org.apache.xalan.internal.xsltc.trax.,\
 240                    com.sun.org.apache.xalan.internal.xsltc.util.,\
 241                    com.sun.org.apache.xml.internal.res.,\




 161 # this feature.
 162 policy.allowSystemProperty=true
 163 
 164 # whether or not we look into the IdentityScope for trusted Identities
 165 # when encountering a 1.1 signed JAR file. If the identity is found
 166 # and is trusted, we grant it AllPermission.
 167 policy.ignoreIdentityScope=false
 168 
 169 #
 170 # Default keystore type.
 171 #
 172 keystore.type=jks
 173 
 174 #
 175 # List of comma-separated packages that start with or equal this string
 176 # will cause a security exception to be thrown when
 177 # passed to checkPackageAccess unless the
 178 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 179 # been granted.
 180 package.access=sun.,\
 181                com.sun.corba.se.impl.,\
 182                com.sun.xml.internal.,\
 183                com.sun.imageio.,\
 184                com.sun.istack.internal.,\
 185                com.sun.jmx.,\
 186                com.sun.proxy.,\
 187                com.sun.org.apache.bcel.internal.,\
 188                com.sun.org.apache.regexp.internal.,\
 189                com.sun.org.apache.xerces.internal.,\
 190                com.sun.org.apache.xpath.internal.,\
 191                com.sun.org.apache.xalan.internal.extensions.,\
 192                com.sun.org.apache.xalan.internal.lib.,\
 193                com.sun.org.apache.xalan.internal.res.,\
 194                com.sun.org.apache.xalan.internal.templates.,\
 195                com.sun.org.apache.xalan.internal.utils.,\
 196                com.sun.org.apache.xalan.internal.xslt.,\
 197                com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 198                com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 199                com.sun.org.apache.xalan.internal.xsltc.trax.,\
 200                com.sun.org.apache.xalan.internal.xsltc.util.,\
 201                com.sun.org.apache.xml.internal.res.,\


 203                com.sun.org.apache.xml.internal.utils.,\
 204                com.sun.org.glassfish.,\
 205                com.oracle.xmlns.internal.,\
 206                com.oracle.webservices.internal.,\
 207                jdk.internal.,\
 208                jdk.nashorn.internal.,\
 209                jdk.nashorn.tools.,\
 210                apple.
 211 
 212 #
 213 # List of comma-separated packages that start with or equal this string
 214 # will cause a security exception to be thrown when
 215 # passed to checkPackageDefinition unless the
 216 # corresponding RuntimePermission ("defineClassInPackage."+package) has
 217 # been granted.
 218 #
 219 # by default, none of the class loaders supplied with the JDK call
 220 # checkPackageDefinition.
 221 #
 222 package.definition=sun.,\
 223                    com.sun.corba.se.impl.,\
 224                    com.sun.xml.internal.,\
 225                    com.sun.imageio.,\
 226                    com.sun.istack.internal.,\
 227                    com.sun.jmx.,\
 228                    com.sun.proxy.,\
 229                    com.sun.org.apache.bcel.internal.,\
 230                    com.sun.org.apache.regexp.internal.,\
 231                    com.sun.org.apache.xerces.internal.,\
 232                    com.sun.org.apache.xpath.internal.,\
 233                    com.sun.org.apache.xalan.internal.extensions.,\
 234                    com.sun.org.apache.xalan.internal.lib.,\
 235                    com.sun.org.apache.xalan.internal.res.,\
 236                    com.sun.org.apache.xalan.internal.templates.,\
 237                    com.sun.org.apache.xalan.internal.utils.,\
 238                    com.sun.org.apache.xalan.internal.xslt.,\
 239                    com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 240                    com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 241                    com.sun.org.apache.xalan.internal.xsltc.trax.,\
 242                    com.sun.org.apache.xalan.internal.xsltc.util.,\
 243                    com.sun.org.apache.xml.internal.res.,\