committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-02-06 14:26:39 +02:00
parent e582ddedad
commit b78b22077d
157 changed files with 2583 additions and 118 deletions

View File

@@ -314,8 +314,7 @@ security.useSystemPropertiesFile=true
#
# Specifies the system certificate store
# This property may be disabled using
# -Djava.security.disableSystemCACerts=true
# This property may be disabled using an empty value
#
security.systemCACerts=/etc/pki/java/cacerts
@@ -550,7 +549,7 @@ jdk.disabled.namedCurves = secp256k1
# can be included in the disabledAlgorithms properties. These properties are
# to help manage common actions easier across multiple disabledAlgorithm
# properties.
# There is one defined security property: jdk.disabled.NamedCurves
# There is one defined security property: jdk.disabled.namedCurves
# See the property for more specific details.
#
#
@@ -627,6 +626,7 @@ jdk.disabled.namedCurves = secp256k1
#
jdk.certpath.disabledAlgorithms=MD2, MD5, SHA1 jdkCA & usage TLSServer, \
RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224, \
SHA1 usage SignedJAR & denyAfter 2019-01-01, \
include jdk.disabled.namedCurves
#
@@ -691,7 +691,8 @@ jdk.security.legacyAlgorithms=SHA1, \
# See "jdk.certpath.disabledAlgorithms" for syntax descriptions.
#
jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
DSA keySize < 1024, include jdk.disabled.namedCurves
DSA keySize < 1024, SHA1 denyAfter 2019-01-01, \
include jdk.disabled.namedCurves
#
# Algorithm restrictions for Secure Socket Layer/Transport Layer Security