saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2023-12-29 20:15:47 +02:00
parent d86b00a508
commit bfb6798dff
3 changed files with 2 additions and 30 deletions

View File

@@ -6303,7 +6303,6 @@ maybe chmod 0644 'yum.repos.d/almalinux-saphana.repo'
maybe chmod 0644 'yum.repos.d/almalinux.repo' maybe chmod 0644 'yum.repos.d/almalinux.repo'
maybe chmod 0640 'yum.repos.d/atomic.repo' maybe chmod 0640 'yum.repos.d/atomic.repo'
maybe chmod 0640 'yum.repos.d/bestcrypt.repo' maybe chmod 0640 'yum.repos.d/bestcrypt.repo'
maybe chmod 0644 'yum.repos.d/cert-forensics-tools.repo'
maybe chmod 0640 'yum.repos.d/crowdsec_crowdsec.repo' maybe chmod 0640 'yum.repos.d/crowdsec_crowdsec.repo'
maybe chmod 0644 'yum.repos.d/docker-ce.repo' maybe chmod 0644 'yum.repos.d/docker-ce.repo'
maybe chmod 0644 'yum.repos.d/elrepo.repo' maybe chmod 0644 'yum.repos.d/elrepo.repo'

View File

@@ -21,8 +21,8 @@ HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ecdsa_key
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr Ciphers aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512,hmac-sha2-256 MACs hmac-sha2-512,hmac-sha2-256
# Ciphers and keying # Ciphers and keying
RekeyLimit default none RekeyLimit default none

View File

@@ -1,27 +0,0 @@
[forensics]
name=CERT Forensics Tools Repository
baseurl=http://www.cert.org/forensics/repository/centos/cert/$releasever/$basearch
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cert-forensics-2025-03-24
gpgcheck=1
[forensics-test]
name=CERT Forensics Tools Test Repository
baseurl=http://www.cert.org/forensics/repository/centos/cert-test/$releasever/$basearch
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cert-forensics-2025-03-24
gpgcheck=1
[forensics-splunk]
name=CERT Forensics Tools Repository - Splunk
baseurl=http://www.cert.org/forensics/repository/centos/splunk/$releasever/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-splunk
enabled=1
gpgcheck=1
[forensics-sip]
name=CERT Forensics Tools Repository - SiLK, IPA, and Postgresql
baseurl=http://www.cert.org/forensics/repository/centos/sip/$releasever/$basearch
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cert-forensics-2025-03-24
gpgcheck=1