Skip to content

Commit d0ad042

Browse files
authored
Merge pull request #1134 from stackhpc/security-common-openssh
Restrict security-common to OpenSSH packages
2 parents 91db1ae + 767ce13 commit d0ad042

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
@@ -122,6 +122,7 @@ dnf_custom_repos_rocky_9:
122122
file: Rocky-SIG-Security-Common
123123
gpgkey: "{{ rocky_9_sig_security_gpg_key }}"
124124
gpgcheck: yes
125+
includepkgs: "openssh*"
125126
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
126127
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
127128

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)