Skip to content

Commit 905f487

Browse files
priteaumarkgoddard
authored andcommitted
Restrict security-common to OpenSSH packages
The other updated packages (glibc and microcode_ctl) need more testing. (cherry picked from commit 767ce13)
1 parent b9af1ad commit 905f487

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

etc/kayobe/dnf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ dnf_custom_repos_rocky_9:
221221
file: Rocky-SIG-Security-Common
222222
gpgkey: "{{ rocky_9_sig_security_gpg_key }}"
223223
gpgcheck: yes
224+
includepkgs: "openssh*"
224225
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
225226
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
226227

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
security:
3+
- |
4+
Enables the Rocky Linux 9 SIG Security Common repository, which provides
5+
updated OpenSSH packages addressing CVE-2024-6387 (regreSSHion). Other
6+
packages available in this repository are currently ignored.

0 commit comments

Comments
 (0)