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

Print this page




 107 # with -Djava.security.policy=somefile. Comment out this line to disable
 108 # this feature.
 109 policy.allowSystemProperty=true
 110 
 111 # whether or not we look into the IdentityScope for trusted Identities
 112 # when encountering a 1.1 signed JAR file. If the identity is found
 113 # and is trusted, we grant it AllPermission.
 114 policy.ignoreIdentityScope=false
 115 
 116 #
 117 # Default keystore type.
 118 #
 119 keystore.type=jks
 120 
 121 #
 122 # List of comma-separated packages that start with or equal this string
 123 # will cause a security exception to be thrown when
 124 # passed to checkPackageAccess unless the
 125 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 126 # been granted.
 127 package.access=sun.,com.sun.imageio.
 128 
 129 #
 130 # List of comma-separated packages that start with or equal this string
 131 # will cause a security exception to be thrown when
 132 # passed to checkPackageDefinition unless the
 133 # corresponding RuntimePermission ("defineClassInPackage."+package) has
 134 # been granted.
 135 #
 136 # by default, no packages are restricted for definition, and none of
 137 # the class loaders supplied with the JDK call checkPackageDefinition.
 138 #
 139 #package.definition=
 140 
 141 #
 142 # Determines whether this properties file can be appended to
 143 # or overridden on the command line via -Djava.security.properties
 144 #
 145 security.overridePropertiesFile=true
 146 
 147 #




 107 # with -Djava.security.policy=somefile. Comment out this line to disable
 108 # this feature.
 109 policy.allowSystemProperty=true
 110 
 111 # whether or not we look into the IdentityScope for trusted Identities
 112 # when encountering a 1.1 signed JAR file. If the identity is found
 113 # and is trusted, we grant it AllPermission.
 114 policy.ignoreIdentityScope=false
 115 
 116 #
 117 # Default keystore type.
 118 #
 119 keystore.type=jks
 120 
 121 #
 122 # List of comma-separated packages that start with or equal this string
 123 # will cause a security exception to be thrown when
 124 # passed to checkPackageAccess unless the
 125 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 126 # been granted.
 127 package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
 128 
 129 #
 130 # List of comma-separated packages that start with or equal this string
 131 # will cause a security exception to be thrown when
 132 # passed to checkPackageDefinition unless the
 133 # corresponding RuntimePermission ("defineClassInPackage."+package) has
 134 # been granted.
 135 #
 136 # by default, no packages are restricted for definition, and none of
 137 # the class loaders supplied with the JDK call checkPackageDefinition.
 138 #
 139 #package.definition=
 140 
 141 #
 142 # Determines whether this properties file can be appended to
 143 # or overridden on the command line via -Djava.security.properties
 144 #
 145 security.overridePropertiesFile=true
 146 
 147 #