make/java.security.override

Mon, 01 Jul 2013 19:52:07 +0530

author
sundar
date
Mon, 01 Jul 2013 19:52:07 +0530
changeset 390
ab3ea5b3e507
parent 136
c54e218333be
permissions
-rw-r--r--

8019488: switch on literals result in NoSuchMethodError or VerifyError
Reviewed-by: hannesw

     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