Remove obsolete security.useSystemPropertiesFile setup
Related: RHEL-128409
This commit is contained in:
parent
5cc23bf61b
commit
b2f2353230
@ -1981,10 +1981,6 @@ function customisejdk() {
|
|||||||
local imagepath=${1}
|
local imagepath=${1}
|
||||||
|
|
||||||
if [ -d ${imagepath} ] ; then
|
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
|
# Install crypto-policies FIPS configuration files and append
|
||||||
# include line to java.security
|
# include line to java.security
|
||||||
bash -x %{SOURCE32} ${imagepath}/conf/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
|
* Mon Nov 24 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:25.0.1.0.8-3
|
||||||
- Add libnssadapter.so
|
- Add libnssadapter.so
|
||||||
- Add FIPS crypto-policies configuration
|
- Add FIPS crypto-policies configuration
|
||||||
|
- Remove obsolete security.useSystemPropertiesFile setup
|
||||||
- Resolves: RHEL-128413
|
- Resolves: RHEL-128413
|
||||||
- Resolves: RHEL-128409
|
- Resolves: RHEL-128409
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user