blob: 2e5d0e1ca791ebbf73860791a3efd05fb5e5f9ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# patch only used for builds with java-access-bridge support
--- openjdk/jdk/src/share/lib/security/java.security-linux
+++ openjdk/jdk/src/share/lib/security/java.security-linux
@@ -149,7 +149,9 @@
com.sun.org.apache.xml.internal.security.,\
com.sun.org.glassfish.,\
org.jcp.xml.dsig.internal.,\
- oracle.jrockit.jfr.
+ oracle.jrockit.jfr.,\
+ org.GNOME.Accessibility.,\
+ org.GNOME.Bonobo.
#
# List of comma-separated packages that start with or equal this string
# will cause a security exception to be thrown when
|