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

Print this page




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

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


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

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




 160 # this feature.
 161 policy.allowSystemProperty=true
 162 
 163 # whether or not we look into the IdentityScope for trusted Identities
 164 # when encountering a 1.1 signed JAR file. If the identity is found
 165 # and is trusted, we grant it AllPermission.
 166 policy.ignoreIdentityScope=false
 167 
 168 #
 169 # Default keystore type.
 170 #
 171 keystore.type=jks
 172 
 173 #
 174 # List of comma-separated packages that start with or equal this string
 175 # will cause a security exception to be thrown when
 176 # passed to checkPackageAccess unless the
 177 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 178 # been granted.
 179 package.access=sun.,\
 180                com.sun.corba.se.impl.,\
 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 
 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.corba.se.impl.,\
 223                    com.sun.xml.internal.,\
 224                    com.sun.imageio.,\
 225                    com.sun.istack.internal.,\
 226                    com.sun.jmx.,\
 227                    com.sun.proxy.,\
 228                    com.sun.org.apache.bcel.internal.,\
 229                    com.sun.org.apache.regexp.internal.,\
 230                    com.sun.org.apache.xerces.internal.,\
 231                    com.sun.org.apache.xpath.internal.,\
 232                    com.sun.org.apache.xalan.internal.extensions.,\
 233                    com.sun.org.apache.xalan.internal.lib.,\
 234                    com.sun.org.apache.xalan.internal.res.,\
 235                    com.sun.org.apache.xalan.internal.templates.,\
 236                    com.sun.org.apache.xalan.internal.utils.,\
 237                    com.sun.org.apache.xalan.internal.xslt.,\
 238                    com.sun.org.apache.xalan.internal.xsltc.cmdline.,\
 239                    com.sun.org.apache.xalan.internal.xsltc.compiler.,\
 240                    com.sun.org.apache.xalan.internal.xsltc.trax.,\
 241                    com.sun.org.apache.xalan.internal.xsltc.util.,\
 242                    com.sun.org.apache.xml.internal.res.,\