28abd3dab7
bug1-bug2-..-bugN-XY-lowercase_comment_suffix_or_jdkpart.patch XY is number 01-99 for patches which are order sensitive or simply counts together where bugs are jdkIJK or prLMN or rhOPQ and if more bugs (which is desired) then in jdk->pr->rh order. I..Q are numbers corresponding to: https://bugs.openjdk.java.net/browse/JDK-IJK https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=LMN https://bugzilla.redhat.com/show_bug.cgi?id=OPQ
21 lines
603 B
Diff
21 lines
603 B
Diff
--- openjdk/src/java.base/share/conf/security/java.security
|
|
+++ openjdk/src/java.base/share/conf/security/java.security
|
|
@@ -304,6 +304,8 @@
|
|
#
|
|
package.access=sun.misc.,\
|
|
sun.reflect.,\
|
|
+ org.GNOME.Accessibility.,\
|
|
+ org.GNOME.Bonobo.,\
|
|
|
|
#
|
|
# List of comma-separated packages that start with or equal this string
|
|
@@ -316,6 +318,8 @@
|
|
#
|
|
package.definition=sun.misc.,\
|
|
sun.reflect.,\
|
|
+ org.GNOME.Accessibility.,\
|
|
+ org.GNOME.Bonobo.,\
|
|
|
|
#
|
|
# Determines whether this properties file can be appended to
|