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

Print this page




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




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