From 8d40e0f7d8f0e6b954bac238cad750c626568619 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sat, 8 Nov 2025 22:56:54 +0000 Subject: [PATCH] Remove default.policy and java.policy following JDK-8338411: "Permanently Disable the Security Manager" Related: RHEL-126022 --- java-25-openjdk.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index 6ab0c44..bee5a56 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -834,7 +834,6 @@ fi %dir %{etcjavadir -- %{?1}}/conf/security/policy %dir %{etcjavadir -- %{?1}}/conf/security/policy/limited %dir %{etcjavadir -- %{?1}}/conf/security/policy/unlimited -%config(noreplace) %{etcjavadir -- %{?1}}/lib/security/default.policy %config(noreplace) %{etcjavadir -- %{?1}}/lib/security/blocked.certs %config(noreplace) %{etcjavadir -- %{?1}}/lib/security/public_suffix_list.dat %config(noreplace) %{etcjavadir -- %{?1}}/conf/security/policy/limited/exempt_local.policy @@ -843,7 +842,6 @@ fi %config(noreplace) %{etcjavadir -- %{?1}}/conf/security/policy/unlimited/default_local.policy %config(noreplace) %{etcjavadir -- %{?1}}/conf/security/policy/unlimited/default_US_export.policy %{etcjavadir -- %{?1}}/conf/security/policy/README.txt -%config(noreplace) %{etcjavadir -- %{?1}}/conf/security/java.policy %config(noreplace) %{etcjavadir -- %{?1}}/conf/security/java.security %config(noreplace) %{etcjavadir -- %{?1}}/conf/management/jmxremote.access # This is a config template, thus not config-noreplace @@ -2497,5 +2495,6 @@ exit 0 - alt-java man page installation is now handled by the OpenJDK build - Adjust TestTranslations.java with updated German translations from CLDR 46 (JDK-8333582) (Mountain->Mountains) - Run javap with the disassembled code (-c) option now required for -l by JDK-8345145 +- Remove default.policy and java.policy following JDK-8338411: "Permanently Disable the Security Manager" - Sync the copy of the portable specfile with the latest update - Related: RHEL-126022