jdk/src/share/lib/security/java.security-linux
changeset 16106 8d062d0a26d7
parent 14929 59377f4b9919
child 16108 e5fcdadc69b2
equal deleted inserted replaced
16105:fe7392acb767 16106:8d062d0a26d7
   143 # List of comma-separated packages that start with or equal this string
   143 # List of comma-separated packages that start with or equal this string
   144 # will cause a security exception to be thrown when
   144 # will cause a security exception to be thrown when
   145 # passed to checkPackageAccess unless the
   145 # passed to checkPackageAccess unless the
   146 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   146 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   147 # been granted.
   147 # been granted.
   148 package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,jdk.internal.
   148 package.access=sun.,\
       
   149                com.sun.xml.internal.bind.,\
       
   150                com.sun.xml.internal.org.jvnet.staxex.,\
       
   151                com.sun.xml.internal.ws.,\
       
   152                com.sun.imageio.,\
       
   153                com.sun.istack.internal.,\
       
   154                com.sun.jmx.defaults.,\
       
   155                com.sun.jmx.remote.util.,\
       
   156                com.sun.org.apache.xerces.internal.utils.,\
       
   157                com.sun.org.apache.xalan.internal.utils.,\
       
   158                com.sun.org.glassfish.external.,\
       
   159                com.sun.org.glassfish.gmbal.,\
       
   160 	       jdk.internal.
   149 
   161 
   150 #
   162 #
   151 # List of comma-separated packages that start with or equal this string
   163 # List of comma-separated packages that start with or equal this string
   152 # will cause a security exception to be thrown when
   164 # will cause a security exception to be thrown when
   153 # passed to checkPackageDefinition unless the
   165 # passed to checkPackageDefinition unless the
   155 # been granted.
   167 # been granted.
   156 #
   168 #
   157 # by default, none of the class loaders supplied with the JDK call
   169 # by default, none of the class loaders supplied with the JDK call
   158 # checkPackageDefinition.
   170 # checkPackageDefinition.
   159 #
   171 #
   160 package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,jdk.internal.
   172 package.definition=sun.,\
       
   173                    com.sun.xml.internal.bind.,\
       
   174                    com.sun.xml.internal.org.jvnet.staxex.,\
       
   175                    com.sun.xml.internal.ws.,\
       
   176                    com.sun.imageio.,\
       
   177                    com.sun.istack.internal.,\
       
   178                    com.sun.jmx.defaults.,\
       
   179                    com.sun.jmx.remote.util.,\
       
   180                    com.sun.org.apache.xerces.internal.utils.,\
       
   181                    com.sun.org.apache.xalan.internal.utils.,\
       
   182                    com.sun.org.glassfish.external.,\
       
   183                    com.sun.org.glassfish.gmbal.,\
       
   184 		   jdk.internal.
   161 
   185 
   162 #
   186 #
   163 # Determines whether this properties file can be appended to
   187 # Determines whether this properties file can be appended to
   164 # or overridden on the command line via -Djava.security.properties
   188 # or overridden on the command line via -Djava.security.properties
   165 #
   189 #