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

Print this page




 154 # if this is set to false, properties (${...}) will not be expanded in policy
 155 # files.
 156 policy.expandProperties=true
 157 
 158 # whether or not we allow an extra policy to be passed on the command line
 159 # with -Djava.security.policy=somefile. Comment out this line to disable
 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.media.sound.,\
 185                com.sun.naming.internal.,\
 186                com.sun.proxy.,\
 187                com.sun.corba.se.,\
 188                com.sun.org.apache.bcel.internal.,\
 189                com.sun.org.apache.regexp.internal.,\
 190                com.sun.org.apache.xerces.internal.,\
 191                com.sun.org.apache.xpath.internal.,\
 192                com.sun.org.apache.xalan.internal.extensions.,\
 193                com.sun.org.apache.xalan.internal.lib.,\




 154 # if this is set to false, properties (${...}) will not be expanded in policy
 155 # files.
 156 policy.expandProperties=true
 157 
 158 # whether or not we allow an extra policy to be passed on the command line
 159 # with -Djava.security.policy=somefile. Comment out this line to disable
 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 # Controls compatibility mode for the JKS keystore type.
 175 #
 176 # When set to 'true', the JKS keystore type supports loading
 177 # keystore files in either JKS or PKCS12 format. When set to 'false'
 178 # it supports loading only JKS keystore files.
 179 #
 180 keystore.type.compat=true
 181 
 182 #
 183 # List of comma-separated packages that start with or equal this string
 184 # will cause a security exception to be thrown when
 185 # passed to checkPackageAccess unless the
 186 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 187 # been granted.
 188 package.access=sun.,\
 189                com.sun.xml.internal.,\
 190                com.sun.imageio.,\
 191                com.sun.istack.internal.,\
 192                com.sun.jmx.,\
 193                com.sun.media.sound.,\
 194                com.sun.naming.internal.,\
 195                com.sun.proxy.,\
 196                com.sun.corba.se.,\
 197                com.sun.org.apache.bcel.internal.,\
 198                com.sun.org.apache.regexp.internal.,\
 199                com.sun.org.apache.xerces.internal.,\
 200                com.sun.org.apache.xpath.internal.,\
 201                com.sun.org.apache.xalan.internal.extensions.,\
 202                com.sun.org.apache.xalan.internal.lib.,\