195d8173c7
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
25 lines
902 B
Diff
25 lines
902 B
Diff
--- jdk8/jdk/src/share/lib/security/java.security-linux.orig
|
|
+++ jdk8/jdk/src/share/lib/security/java.security-linux
|
|
@@ -223,7 +223,9 @@
|
|
jdk.nashorn.internal.,\
|
|
jdk.nashorn.tools.,\
|
|
jdk.xml.internal.,\
|
|
- com.sun.activation.registries.
|
|
+ com.sun.activation.registries.,\
|
|
+ org.GNOME.Accessibility.,\
|
|
+ org.GNOME.Bonobo.
|
|
|
|
#
|
|
# List of comma-separated packages that start with or equal this string
|
|
@@ -273,7 +275,9 @@
|
|
jdk.nashorn.internal.,\
|
|
jdk.nashorn.tools.,\
|
|
jdk.xml.internal.,\
|
|
- com.sun.activation.registries.
|
|
+ com.sun.activation.registries.,\
|
|
+ org.GNOME.Accessibility.,\
|
|
+ org.GNOME.Bonobo.
|
|
|
|
#
|
|
# Determines whether this properties file can be appended to
|