Remove obsolete security.useSystemPropertiesFile setup

Related: RHEL-128409
This commit is contained in:
Thomas Fitzsimmons 2025-11-11 09:14:02 -05:00 committed by Andrew Hughes
parent 5cc23bf61b
commit b2f2353230

View File

@ -1981,10 +1981,6 @@ function customisejdk() {
local imagepath=${1}
if [ -d ${imagepath} ] ; then
# Turn on system security properties
sed -i -e "s:^security.useSystemPropertiesFile=.*:security.useSystemPropertiesFile=true:" \
${imagepath}/conf/security/java.security
# Install crypto-policies FIPS configuration files and append
# include line to java.security
bash -x %{SOURCE32} ${imagepath}/conf/security
@ -2599,6 +2595,7 @@ exit 0
* Mon Nov 24 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:25.0.1.0.8-3
- Add libnssadapter.so
- Add FIPS crypto-policies configuration
- Remove obsolete security.useSystemPropertiesFile setup
- Resolves: RHEL-128413
- Resolves: RHEL-128409