make/java.security.override

Thu, 04 Jul 2013 01:01:10 -0700

author
cl
date
Thu, 04 Jul 2013 01:01:10 -0700
changeset 366
da63a99481da
parent 136
c54e218333be
permissions
-rw-r--r--

Added tag jdk8-b97 for changeset 1bf1d6ce3042

     1 # We would like to avoid references from anywhere outside nashorn
     2 # to codegen, IR and parser packages, in particular script generated classes.
     3 # We ensure that by overriding "package.access" security property.
     5 # The following "package.access" value was copied from  default java.security 
     6 # of jre/lib/security and appended with nashorn sensitive packages.
     8 #
     9 # List of comma-separated packages that start with or equal this string
    10 # will cause a security exception to be thrown when
    11 # passed to checkPackageAccess unless the
    12 # corresponding RuntimePermission ("accessClassInPackage."+package) has
    13 # been granted.
    14 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.,jdk.nashorn.internal.,jdk.nashorn.tools.

mercurial