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

Print this page




 156 # if this is set to false, properties (${...}) will not be expanded in policy
 157 # files.
 158 policy.expandProperties=true
 159 
 160 # whether or not we allow an extra policy to be passed on the command line
 161 # with -Djava.security.policy=somefile. Comment out this line to disable
 162 # this feature.
 163 policy.allowSystemProperty=true
 164 
 165 # whether or not we look into the IdentityScope for trusted Identities
 166 # when encountering a 1.1 signed JAR file. If the identity is found
 167 # and is trusted, we grant it AllPermission.
 168 policy.ignoreIdentityScope=false
 169 
 170 #
 171 # Default keystore type.
 172 #
 173 keystore.type=jks
 174 
 175 #









 176 # List of comma-separated packages that start with or equal this string
 177 # will cause a security exception to be thrown when
 178 # passed to checkPackageAccess unless the
 179 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 180 # been granted.
 181 package.access=sun.,\
 182                com.sun.xml.internal.,\
 183                com.sun.imageio.,\
 184                com.sun.istack.internal.,\
 185                com.sun.jmx.,\
 186                com.sun.media.sound.,\
 187                com.sun.naming.internal.,\
 188                com.sun.proxy.,\
 189                com.sun.corba.se.,\
 190                com.sun.org.apache.bcel.internal.,\
 191                com.sun.org.apache.regexp.internal.,\
 192                com.sun.org.apache.xerces.internal.,\
 193                com.sun.org.apache.xpath.internal.,\
 194                com.sun.org.apache.xalan.internal.extensions.,\
 195                com.sun.org.apache.xalan.internal.lib.,\




 156 # if this is set to false, properties (${...}) will not be expanded in policy
 157 # files.
 158 policy.expandProperties=true
 159 
 160 # whether or not we allow an extra policy to be passed on the command line
 161 # with -Djava.security.policy=somefile. Comment out this line to disable
 162 # this feature.
 163 policy.allowSystemProperty=true
 164 
 165 # whether or not we look into the IdentityScope for trusted Identities
 166 # when encountering a 1.1 signed JAR file. If the identity is found
 167 # and is trusted, we grant it AllPermission.
 168 policy.ignoreIdentityScope=false
 169 
 170 #
 171 # Default keystore type.
 172 #
 173 keystore.type=jks
 174 
 175 #
 176 # Controls compatibility mode for the JKS keystore type.
 177 #
 178 # When set to 'true', the JKS keystore type supports loading
 179 # keystore files in either JKS or PKCS12 format. When set to 'false'
 180 # it supports loading only JKS keystore files.
 181 #
 182 keystore.type.compat=true
 183 
 184 #
 185 # List of comma-separated packages that start with or equal this string
 186 # will cause a security exception to be thrown when
 187 # passed to checkPackageAccess unless the
 188 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 189 # been granted.
 190 package.access=sun.,\
 191                com.sun.xml.internal.,\
 192                com.sun.imageio.,\
 193                com.sun.istack.internal.,\
 194                com.sun.jmx.,\
 195                com.sun.media.sound.,\
 196                com.sun.naming.internal.,\
 197                com.sun.proxy.,\
 198                com.sun.corba.se.,\
 199                com.sun.org.apache.bcel.internal.,\
 200                com.sun.org.apache.regexp.internal.,\
 201                com.sun.org.apache.xerces.internal.,\
 202                com.sun.org.apache.xpath.internal.,\
 203                com.sun.org.apache.xalan.internal.extensions.,\
 204                com.sun.org.apache.xalan.internal.lib.,\